实例介绍
光盘文件结构和内容 光盘Sample文件夹下共有约80个WPF和Silverlight项目文件夹,包括书稿的第二章到第五章:Example2.1到Example5.6.2-3。 由于只能上传60MB,所以拆分成9个压缩包。
【实例截图】
【核心代码】
4744302543288863696.rar
└── 基于Expression Blend4中文版 WPF和Silverlight
├── desktop.ini
└── Sample
├── Example2.1
│ ├── Example2.1
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── audio1.mp3
│ │ ├── Example2.1.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example2.1_Content.g.cs
│ │ │ ├── Example2.1.csproj.FileListAbsolute.txt
│ │ │ ├── Example2.1.exe
│ │ │ ├── Example2.1.g.resources
│ │ │ ├── Example2.1_MarkupCompile.cache
│ │ │ ├── Example2.1.pdb
│ │ │ ├── MainWindow.baml
│ │ │ └── MainWindow.g.cs
│ │ ├── pict6.jpg
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Window1.xaml
│ │ ├── Window1.xaml.cs
│ │ ├── Window2.xaml
│ │ └── Window2.xaml.cs
│ ├── Example2.1.sln
│ ├── Example2.1.sln.cache
│ ├── Example2.1.sln.upgrade_log.txt
│ └── Example2.1.suo
├── Example3.1
│ ├── Example3.1
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Example3.1.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.1.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.1.exe
│ │ │ ├── Example3.1.g.resources
│ │ │ ├── Example3.1_MarkupCompile.cache
│ │ │ ├── Example3.1.pdb
│ │ │ ├── MainWindow.baml
│ │ │ └── MainWindow.g.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example3.1.sln
│ ├── Example3.1.sln.cache
│ ├── Example3.1.sln.upgrade_log.txt
│ └── Example3.1.suo
├── Example3.10
│ ├── Example3.10
│ │ ├── 1993大田世界博览会中国馆.jpg
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Example3.10.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.10.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.10.exe
│ │ │ ├── Example3.10.g.resources
│ │ │ ├── Example3.10_MarkupCompile.cache
│ │ │ ├── Example3.10.pdb
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── pict2.JPG
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example3.10.sln
│ ├── Example3.10.sln.cache
│ ├── Example3.10.sln.upgrade_log.txt
│ └── Example3.10.suo
├── Example3.11
│ ├── Example3.11
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Example3.11.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.11.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.11.exe
│ │ │ ├── Example3.11.g.resources
│ │ │ ├── Example3.11_MarkupCompile.cache
│ │ │ ├── Example3.11.pdb
│ │ │ ├── MainWindow.baml
│ │ │ └── MainWindow.g.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example3.11.sln
│ ├── Example3.11.sln.cache
│ ├── Example3.11.sln.upgrade_log.txt
│ └── Example3.11.suo
├── Example3.12
│ ├── Example3.12
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Example3.12.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.12.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.12.exe
│ │ │ ├── Example3.12.g.resources
│ │ │ ├── Example3.12_MarkupCompile.cache
│ │ │ ├── Example3.12.pdb
│ │ │ ├── MainWindow.baml
│ │ │ └── MainWindow.g.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example3.12.sln
│ ├── Example3.12.sln.cache
│ ├── Example3.12.sln.upgrade_log.txt
│ └── Example3.12.suo
├── Example3.13
│ ├── Example3.13
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Example3.13.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.13.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.13.exe
│ │ │ ├── Example3.13.g.resources
│ │ │ ├── Example3.13_MarkupCompile.cache
│ │ │ ├── Example3.13.pdb
│ │ │ ├── MainWindow.baml
│ │ │ └── MainWindow.g.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example3.13.sln
│ ├── Example3.13.sln.cache
│ ├── Example3.13.sln.upgrade_log.txt
│ └── Example3.13.suo
├── Example3.14
│ ├── Example3.14
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Example3.14.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.14.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.14.exe
│ │ │ ├── Example3.14.g.resources
│ │ │ ├── Example3.14_MarkupCompile.cache
│ │ │ ├── Example3.14.pdb
│ │ │ ├── MainWindow.baml
│ │ │ └── MainWindow.g.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example3.14.sln
│ ├── Example3.14.sln.cache
│ ├── Example3.14.sln.upgrade_log.txt
│ └── Example3.14.suo
├── Example3.15
│ ├── Example3.15
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example3.15.exe
│ │ │ ├── Example3.15.pdb
│ │ │ ├── shibohui1.jpg
│ │ │ ├── shibohui2.jpg
│ │ │ ├── shibohui3.jpg
│ │ │ ├── shibohui4.jpg
│ │ │ ├── shibohui5.jpg
│ │ │ └── shibohui6.jpg
│ │ ├── china1.jpg
│ │ ├── Example3.15.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.15.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.15.exe
│ │ │ ├── Example3.15.g.resources
│ │ │ ├── Example3.15_MarkupCompile.cache
│ │ │ ├── Example3.15.pdb
│ │ │ ├── MainWindow.baml
│ │ │ └── MainWindow.g.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example3.15.sln
│ ├── Example3.15.sln.cache
│ ├── Example3.15.sln.upgrade_log.txt
│ └── Example3.15.suo
├── Example3.16
│ ├── Example3.16
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── audio1.mp3
│ │ ├── Example3.16.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.16.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.16.exe
│ │ │ ├── Example3.16.g.resources
│ │ │ ├── Example3.16_MarkupCompile.cache
│ │ │ ├── Example3.16.pdb
│ │ │ ├── MainWindow.baml
│ │ │ └── MainWindow.g.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── shibohui2.jpg
│ ├── Example3.16.sln
│ ├── Example3.16.sln.cache
│ ├── Example3.16.sln.upgrade_log.txt
│ └── Example3.16.suo
├── Example3.17
│ ├── Example3.17
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Example3.17.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.17.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.17.exe
│ │ │ ├── Example3.17.g.resources
│ │ │ ├── Example3.17_MarkupCompile.cache
│ │ │ ├── Example3.17.pdb
│ │ │ ├── MainWindow.baml
│ │ │ └── MainWindow.g.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example3.17.sln
│ ├── Example3.17.sln.cache
│ ├── Example3.17.sln.upgrade_log.txt
│ └── Example3.17.suo
├── Example3.18
│ ├── Example3.18
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example3.18.exe
│ │ │ └── Example3.18.pdb
│ │ ├── Example3.18.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.18.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.18.exe
│ │ │ ├── Example3.18.g.resources
│ │ │ ├── Example3.18_MarkupCompile.cache
│ │ │ ├── Example3.18.pdb
│ │ │ ├── MainWindow.baml
│ │ │ └── MainWindow.g.cs
│ │ ├── pict2.JPG
│ │ ├── pict4.JPG
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── shibohui7.jpg
│ ├── Example3.18.sln
│ ├── Example3.18.sln.cache
│ ├── Example3.18.sln.upgrade_log.txt
│ └── Example3.18.suo
├── Example3.19
│ ├── Example3.19
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example3.19.exe
│ │ │ ├── Example3.19.pdb
│ │ │ ├── shibohui
│ │ │ │ ├── 1851年伦敦世博会中国馆.jpg
│ │ │ │ ├── 1878年巴黎世博会中国馆.jpg
│ │ │ │ ├── 1900年巴黎世博会中国馆.jpg
│ │ │ │ ├── 1910年布鲁塞尔世博会中国馆.jpg
│ │ │ │ ├── 1915年巴拿马世博会中国馆.jpg
│ │ │ │ ├── 1933年芝加哥世博会中国馆.jpg
│ │ │ │ ├── 1982年美国田纳西州诺克斯维尔城世博会中国馆.jpg
│ │ │ │ ├── 1984年新奥尔良世博会中国馆.jpg
│ │ │ │ ├── 1993大田世界博览会中国馆.jpg
│ │ │ │ ├── 1998年里斯本世界博览会中国馆.jpg
│ │ │ │ ├── 2000年汉诺威世界博览会中国馆.jpg
│ │ │ │ ├── 2005年日本爱知世界博览会中国馆.jpg
│ │ │ │ └── 2010年上海世博会中国馆.jpg
│ │ │ ├── shibohui1.jpg
│ │ │ ├── shibohui2.jpg
│ │ │ ├── shibohui3.jpg
│ │ │ ├── shibohui4.jpg
│ │ │ ├── WPFToolkit.dll
│ │ │ └── WPFToolkit.pdb
│ │ ├── Example3.19.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.19.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.19.exe
│ │ │ ├── Example3.19.g.resources
│ │ │ ├── Example3.19_MarkupCompile.cache
│ │ │ ├── Example3.19.pdb
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── Window1.baml
│ │ │ └── Window1.g.cs
│ │ ├── pict4.JPG
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── shibohui1.jpg
│ │ ├── shibohui2.jpg
│ │ ├── shibohui3.jpg
│ │ ├── shibohui4.jpg
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── Example3.19.sln
│ ├── Example3.19.sln.cache
│ ├── Example3.19.sln.upgrade_log.txt
│ └── Example3.19.suo
├── Example3.2
│ ├── Example3.2
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── DIGI0061.avi
│ │ ├── Example3.2.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.2_Content.g.cs
│ │ │ ├── Example3.2.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.2.exe
│ │ │ ├── Example3.2.g.resources
│ │ │ ├── Example3.2_MarkupCompile.cache
│ │ │ ├── Example3.2.pdb
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ ├── Window1.baml
│ │ │ └── Window1.g.cs
│ │ ├── pict1.jpg
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Window1.xaml
│ │ ├── Window1.xaml.cs
│ │ └── yuhua.png
│ ├── Example3.2.sln
│ ├── Example3.2.sln.cache
│ ├── Example3.2.sln.upgrade_log.txt
│ └── Example3.2.suo
├── Example3.20
│ ├── Example3.20
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Example3.20.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.20.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.20.exe
│ │ │ ├── Example3.20.g.resources
│ │ │ ├── Example3.20_MarkupCompile.cache
│ │ │ ├── Example3.20.pdb
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ └── ResolveAssemblyReference.cache
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example3.20.sln
│ ├── Example3.20.sln.cache
│ ├── Example3.20.sln.upgrade_log.txt
│ └── Example3.20.suo
├── Example3.21
│ ├── Example3.21
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Example3.21.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.21.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.21.exe
│ │ │ ├── Example3.21.g.resources
│ │ │ ├── Example3.21_MarkupCompile.cache
│ │ │ ├── Example3.21.pdb
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ └── ResolveAssemblyReference.cache
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example3.21.sln
│ ├── Example3.21.sln.cache
│ ├── Example3.21.sln.upgrade_log.txt
│ └── Example3.21.suo
├── Example3.22
│ ├── Example3.22
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Example3.22.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.22.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.22.exe
│ │ │ ├── Example3.22.g.resources
│ │ │ ├── Example3.22_MarkupCompile.cache
│ │ │ ├── Example3.22.pdb
│ │ │ ├── MainWindow.baml
│ │ │ └── MainWindow.g.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example3.22.sln
│ ├── Example3.22.sln.cache
│ ├── Example3.22.sln.upgrade_log.txt
│ └── Example3.22.suo
├── Example3.23
│ ├── Example3.23
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ └── Renyuans.xml
│ │ ├── Example3.23.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.baml
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.23_Content.g.cs
│ │ │ ├── Example3.23.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.23.exe
│ │ │ ├── Example3.23.g.resources
│ │ │ ├── Example3.23_MarkupCompile.cache
│ │ │ ├── Example3.23_MarkupCompile.lref
│ │ │ ├── Example3.23.pdb
│ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ ├── ResourceDictionary1.baml
│ │ │ ├── SampleData
│ │ │ │ ├── Renyuansdata
│ │ │ │ │ └── Renyuansdata.baml
│ │ │ │ ├── Renyuansdata1
│ │ │ │ │ └── Renyuansdata1.baml
│ │ │ │ └── SampleDataSource
│ │ │ │ └── SampleDataSource.baml
│ │ │ ├── Window1.baml
│ │ │ ├── Window1.g.cs
│ │ │ ├── Window2.baml
│ │ │ ├── Window2.g.cs
│ │ │ ├── Window3.baml
│ │ │ ├── Window3.g.cs
│ │ │ ├── Window4.baml
│ │ │ ├── Window4.g.cs
│ │ │ ├── Window5.baml
│ │ │ └── Window5.g.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Renyuans.xml
│ │ ├── ResourceDictionary1.xaml
│ │ ├── SampleData
│ │ │ ├── Renyuansdata
│ │ │ │ ├── Renyuansdata.xaml
│ │ │ │ ├── Renyuansdata.xaml.cs
│ │ │ │ └── Renyuansdata.xsd
│ │ │ ├── Renyuansdata1
│ │ │ │ ├── Renyuansdata1.xaml
│ │ │ │ ├── Renyuansdata1.xaml.cs
│ │ │ │ └── Renyuansdata1.xsd
│ │ │ └── SampleDataSource
│ │ │ ├── SampleDataSource.xaml
│ │ │ ├── SampleDataSource.xaml.cs
│ │ │ └── SampleDataSource.xsd
│ │ ├── Window1.xaml
│ │ ├── Window1.xaml.cs
│ │ ├── Window2.xaml
│ │ ├── Window2.xaml.cs
│ │ ├── Window3.xaml
│ │ ├── Window3.xaml.cs
│ │ ├── Window4.xaml
│ │ ├── Window4.xaml.cs
│ │ ├── Window5.xaml
│ │ └── Window5.xaml.cs
│ ├── Example3.23.sln
│ ├── Example3.23.sln.cache
│ ├── Example3.23.sln.upgrade_log.txt
│ └── Example3.23.suo
├── Example3.24
│ ├── Example3.24
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ └── Renyuans.xml
│ │ ├── Example3.24.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.24_Content.g.cs
│ │ │ ├── Example3.24.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.24.exe
│ │ │ ├── Example3.24.g.resources
│ │ │ ├── Example3.24_MarkupCompile.cache
│ │ │ ├── Example3.24_MarkupCompile.lref
│ │ │ ├── Example3.24.pdb
│ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── SampleData
│ │ │ │ ├── RenyuansSampleDataSource
│ │ │ │ │ └── RenyuansSampleDataSource.baml
│ │ │ │ └── SampleDataSource
│ │ │ │ └── SampleDataSource.baml
│ │ │ ├── Window1.baml
│ │ │ ├── Window1.g.cs
│ │ │ ├── Window2.baml
│ │ │ ├── Window2.g.cs
│ │ │ ├── Window3.baml
│ │ │ └── Window3.g.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Renyuans.xml
│ │ ├── SampleData
│ │ │ ├── RenyuansSampleDataSource
│ │ │ │ ├── RenyuansSampleDataSource_Files
│ │ │ │ │ ├── image01.png
│ │ │ │ │ ├── image02.png
│ │ │ │ │ ├── image03.png
│ │ │ │ │ ├── image04.png
│ │ │ │ │ └── image05.png
│ │ │ │ ├── RenyuansSampleDataSource.xaml
│ │ │ │ ├── RenyuansSampleDataSource.xaml.cs
│ │ │ │ └── RenyuansSampleDataSource.xsd
│ │ │ └── SampleDataSource
│ │ │ ├── SampleDataSource.xaml
│ │ │ ├── SampleDataSource.xaml.cs
│ │ │ └── SampleDataSource.xsd
│ │ ├── Window1.xaml
│ │ ├── Window1.xaml.cs
│ │ ├── Window2.xaml
│ │ ├── Window2.xaml.cs
│ │ ├── Window3.xaml
│ │ └── Window3.xaml.cs
│ ├── Example3.24.sln
│ ├── Example3.24.sln.cache
│ ├── Example3.24.sln.upgrade_log.txt
│ └── Example3.24.suo
├── Example3.25
│ ├── Example3.25
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Example3.25.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.25.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.25.exe
│ │ │ ├── Example3.25.g.resources
│ │ │ ├── Example3.25_MarkupCompile.cache
│ │ │ ├── Example3.25.pdb
│ │ │ ├── MainWindow.baml
│ │ │ └── MainWindow.g.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example3.25.sln
│ ├── Example3.25.sln.cache
│ ├── Example3.25.sln.upgrade_log.txt
│ └── Example3.25.suo
├── Example3.26
│ ├── Example3.26
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Example3.26.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.26.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.26.exe
│ │ │ ├── Example3.26.g.resources
│ │ │ ├── Example3.26_MarkupCompile.cache
│ │ │ ├── Example3.26.pdb
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ ├── Window1.baml
│ │ │ ├── Window1.g.cs
│ │ │ ├── Window2.baml
│ │ │ └── Window2.g.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── tb1.png
│ │ ├── tb2.png
│ │ ├── Window1.xaml
│ │ ├── Window1.xaml.cs
│ │ ├── Window2.xaml
│ │ └── Window2.xaml.cs
│ ├── Example3.26.sln
│ ├── Example3.26.sln.cache
│ ├── Example3.26.sln.upgrade_log.txt
│ └── Example3.26.suo
├── Example3.27
│ ├── 3DTools
│ │ └── 3DTools.dll
│ ├── Example3.27
│ │ ├── 3Dsc3.obj
│ │ ├── 3DTools.dll
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ └── 3DTools.dll
│ │ ├── Example3.27.csproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.baml
│ │ │ ├── App.g.cs
│ │ │ ├── Example3.27.csproj.FileListAbsolute.txt
│ │ │ ├── Example3.27.exe
│ │ │ ├── Example3.27.g.resources
│ │ │ ├── Example3.27_MarkupCompile.cache
│ │ │ ├── Example3.27.pdb
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── Simple Styles.baml
│ │ │ ├── Window1.baml
│ │ │ └── Window1.g.cs
│ │ ├── pict1.jpg
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Simple Styles.xaml
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── Example3.27.sln
│ ├── Example3.27.sln.cache
│ ├── Example3.27.sln.upgrade_log.txt
│ └── Example3.27.suo
└── Example3.28
└── Example3.28
├── Application.ico
├── App.xaml
├── App.xaml.cs
├── bin
│ └── Debug
│ ├── Example3.28.exe
│ ├── Example3.28.pdb
│ ├── System.Windows.Controls.DataVisualization.Toolkit.dll
│ ├── System.Windows.Controls.DataVisualization.Toolkit.pdb
│ ├── video2.wmv
│ ├── WPFToolkit.dll
│ └── WPFToolkit.pdb
├── Example3.28.csproj
├── MainWindow.xaml
├── MainWindow.xaml.cs
├── NOTEPAD.EXE
├── obj
│ └── Debug
│ ├── App.g.cs
│ ├── Example3.28_Content.g.cs
│ ├── Example3.28.csproj.FileListAbsolute.txt
│ ├── Example3.28.exe
│ ├── Example3.28.g.resources
│ ├── Example3.28_MarkupCompile.cache
│ ├── Example3.28.pdb
│ ├── MainWindow.baml
│ ├── MainWindow.g.cs
│ ├── Page1.baml
│ ├── Page1.g.cs
│ ├── Page2.baml
│ ├── Page2.g.cs
│ ├── ResolveAssemblyReference.cache
│ ├── Window1.baml
│ ├── Window1.g.cs
│ ├── Window2.baml
│ └── Window2.g.cs
├── Page1.xaml
├── Page1.xaml.cs
├── Page2.xaml
├── Page2.xaml.cs
└── Properties
└── AssemblyInfo.cs
143 directories, 598 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论