实例介绍
本资源是《31天学会CRM项目开发》(C#编程入门及项目实战)的随书源代码,包括1套CRM项目系统、31个拓展实例、38个演示示例,代码完整、详尽。本资源适合初学者锻炼独立开发项目的能力。
【实例截图】
【核心代码】
4de09a16-dbf4-4db6-8878-e20cdde0342a
└── 31天学会CRM项目开发-源代码
├── 001 WinForm基础
│ ├── AppConfig
│ │ ├── AppConfig
│ │ │ ├── App.config
│ │ │ ├── AppConfig.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AppConfig.exe
│ │ │ │ ├── AppConfig.exe.config
│ │ │ │ ├── AppConfig.pdb
│ │ │ │ ├── AppConfig.vshost.exe
│ │ │ │ ├── AppConfig.vshost.exe.Config
│ │ │ │ └── AppConfig.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── AppConfig.csproj.FileListAbsolute.txt
│ │ │ │ ├── AppConfig.csproj.GenerateResource.Cache
│ │ │ │ ├── AppConfig.csprojResolveAssemblyReference.cache
│ │ │ │ ├── AppConfig.exe
│ │ │ │ ├── AppConfig.Form1.resources
│ │ │ │ ├── AppConfig.pdb
│ │ │ │ ├── AppConfig.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── AppConfig.sln
│ │ └── AppConfig.v12.suo
│ ├── ButtonDemo
│ │ ├── ButtonDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ButtonDemo.exe
│ │ │ │ ├── ButtonDemo.pdb
│ │ │ │ ├── ButtonDemo.vshost.exe
│ │ │ │ └── ButtonDemo.vshost.exe.manifest
│ │ │ ├── ButtonDemo.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ButtonDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── ButtonDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── ButtonDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── ButtonDemo.exe
│ │ │ │ ├── ButtonDemo.Form1.resources
│ │ │ │ ├── ButtonDemo.pdb
│ │ │ │ ├── ButtonDemo.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ButtonDemo.sln
│ │ └── ButtonDemo.v12.suo
│ ├── ChartDemo
│ │ ├── ChartDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ChartDemo.exe
│ │ │ │ ├── ChartDemo.pdb
│ │ │ │ ├── ChartDemo.vshost.exe
│ │ │ │ └── ChartDemo.vshost.exe.manifest
│ │ │ ├── ChartDemo.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── images
│ │ │ │ ├── chart-bar-icon.png
│ │ │ │ └── chart-pie-icon.png
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ChartDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── ChartDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── ChartDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── ChartDemo.exe
│ │ │ │ ├── ChartDemo.Form1.resources
│ │ │ │ ├── ChartDemo.pdb
│ │ │ │ ├── ChartDemo.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ChartDemo.sln
│ │ └── ChartDemo.v12.suo
│ ├── CheckBoxDemo
│ │ ├── CheckBoxdemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CheckBoxDemo.exe
│ │ │ │ ├── CheckBoxDemo.pdb
│ │ │ │ └── CheckBoxDemo.vshost.exe
│ │ │ ├── CheckBoxDemo.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CheckBoxDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── CheckBoxDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── CheckBoxDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── CheckBoxDemo.exe
│ │ │ │ ├── CheckBoxDemo.Form1.resources
│ │ │ │ ├── CheckBoxDemo.pdb
│ │ │ │ ├── CheckBoxDemo.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── CheckBoxDemo.sln
│ │ ├── CheckBoxDemo.suo
│ │ └── CheckBoxDemo.v12.suo
│ ├── ComboBoxDemo
│ │ ├── ComboBoxDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ComboBoxDemo.exe
│ │ │ │ ├── ComboBoxDemo.pdb
│ │ │ │ ├── ComboBoxDemo.vshost.exe
│ │ │ │ └── ComboBoxDemo.vshost.exe.manifest
│ │ │ ├── ComboBoxDemo.csproj
│ │ │ ├── ComBoxItem.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ComboBoxDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── ComboBoxDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── ComboBoxDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── ComboBoxDemo.exe
│ │ │ │ ├── ComboBoxDemo.Form1.resources
│ │ │ │ ├── ComboBoxDemo.pdb
│ │ │ │ ├── ComboBoxDemo.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ComboBoxDemo.sln
│ │ └── ComboBoxDemo.v12.suo
│ ├── ContainerDemo
│ │ ├── ContainerDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ContainerDemo.exe
│ │ │ │ ├── ContainerDemo.pdb
│ │ │ │ ├── ContainerDemo.vshost.exe
│ │ │ │ └── ContainerDemo.vshost.exe.manifest
│ │ │ ├── ContainerDemo.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ContainerDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── ContainerDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── ContainerDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── ContainerDemo.exe
│ │ │ │ ├── ContainerDemo.Form1.resources
│ │ │ │ ├── ContainerDemo.pdb
│ │ │ │ ├── ContainerDemo.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ContainerDemo.sln
│ │ └── ContainerDemo.v12.suo
│ ├── DataGridView
│ │ ├── DataGridView
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DataGridViewDemo.exe
│ │ │ │ ├── DataGridViewDemo.pdb
│ │ │ │ ├── DataGridViewDemo.vshost.exe
│ │ │ │ └── DataGridView.vshost.exe.manifest
│ │ │ ├── DataGridView.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DataGridView.csproj.FileListAbsolute.txt
│ │ │ │ ├── DataGridView.csproj.GenerateResource.Cache
│ │ │ │ ├── DataGridView.csprojResolveAssemblyReference.cache
│ │ │ │ ├── DataGridViewDemo.exe
│ │ │ │ ├── DataGridViewDemo.Form1.resources
│ │ │ │ ├── DataGridViewDemo.pdb
│ │ │ │ ├── DataGridViewDemo.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── DataGridView.sln
│ │ └── DataGridView.v12.suo
│ ├── DateTimePicker
│ │ ├── DateTimePicker
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DateTimePicker.exe
│ │ │ │ ├── DateTimePicker.pdb
│ │ │ │ ├── DateTimePicker.vshost.exe
│ │ │ │ └── DateTimePicker.vshost.exe.manifest
│ │ │ ├── DateTimePicker.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DateTimePicker.csproj.FileListAbsolute.txt
│ │ │ │ ├── DateTimePicker.csproj.GenerateResource.Cache
│ │ │ │ ├── DateTimePicker.csprojResolveAssemblyReference.cache
│ │ │ │ ├── DateTimePicker.exe
│ │ │ │ ├── DateTimePicker.Form1.resources
│ │ │ │ ├── DateTimePicker.pdb
│ │ │ │ ├── DateTimePicker.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── DateTimePicker.sln
│ │ └── DateTimePicker.v12.suo
│ ├── DgvRowDrag
│ │ ├── DgvRowDrag
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DgvRowDrag.exe
│ │ │ │ ├── DgvRowDrag.pdb
│ │ │ │ ├── DgvRowDrag.vshost.exe
│ │ │ │ └── DgvRowDrag.vshost.exe.manifest
│ │ │ ├── DgvRowDrag.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── DgvRowDrag.csproj.FileListAbsolute.txt
│ │ │ │ ├── DgvRowDrag.csproj.GenerateResource.Cache
│ │ │ │ ├── DgvRowDrag.csprojResolveAssemblyReference.cache
│ │ │ │ ├── DgvRowDrag.exe
│ │ │ │ ├── DgvRowDrag.Form1.resources
│ │ │ │ ├── DgvRowDrag.pdb
│ │ │ │ ├── DgvRowDrag.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── DgvRowDrag.sln
│ │ ├── DgvRowDrag.suo
│ │ └── DgvRowDrag.v12.suo
│ ├── DialogDemo
│ │ ├── DialogDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DialogDemo.exe
│ │ │ │ ├── DialogDemo.pdb
│ │ │ │ ├── DialogDemo.vshost.exe
│ │ │ │ └── DialogDemo.vshost.exe.manifest
│ │ │ ├── DialogDemo.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── DialogDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── DialogDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── DialogDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── DialogDemo.exe
│ │ │ │ ├── DialogDemo.Form1.resources
│ │ │ │ ├── DialogDemo.pdb
│ │ │ │ └── DialogDemo.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── DialogDemo.sln
│ │ └── DialogDemo.v12.suo
│ ├── FirstForm
│ │ ├── FirstForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── FirstForm.exe
│ │ │ │ ├── FirstForm.pdb
│ │ │ │ ├── FirstForm.vshost.exe
│ │ │ │ └── FirstForm.vshost.exe.manifest
│ │ │ ├── FirstForm.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── MyFuncLib.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── FirstForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── FirstForm.csproj.GenerateResource.Cache
│ │ │ │ ├── FirstForm.exe
│ │ │ │ ├── FirstForm.Form1.resources
│ │ │ │ ├── FirstForm.Form2.resources
│ │ │ │ ├── FirstForm.pdb
│ │ │ │ ├── FirstForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ └── folderopend16.png
│ │ ├── FirstForm.sln
│ │ └── FirstForm.v12.suo
│ ├── HelloWorld
│ │ ├── HelloWorld
│ │ │ ├── App.config
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── HelloWorld.exe
│ │ │ │ │ ├── HelloWorld.pdb
│ │ │ │ │ └── HelloWorld.vshost.exe
│ │ │ │ └── Release
│ │ │ │ ├── HelloWorld.exe
│ │ │ │ ├── HelloWorld.pdb
│ │ │ │ ├── HelloWorld.vshost.exe
│ │ │ │ └── HelloWorld.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── HelloWorld.csproj
│ │ │ ├── HelloWorld.csproj.user
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── HelloWorld.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── HelloWorld.csproj.GenerateResource.Cache
│ │ │ │ │ ├── HelloWorld.exe
│ │ │ │ │ ├── HelloWorld.Form1.resources
│ │ │ │ │ ├── HelloWorld.pdb
│ │ │ │ │ └── HelloWorld.Properties.Resources.resources
│ │ │ │ └── Release
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── HelloWorld.csproj.FileListAbsolute.txt
│ │ │ │ ├── HelloWorld.csproj.GenerateResource.Cache
│ │ │ │ ├── HelloWorld.csprojResolveAssemblyReference.cache
│ │ │ │ ├── HelloWorld.exe
│ │ │ │ ├── HelloWorld.Form1.resources
│ │ │ │ ├── HelloWorld.pdb
│ │ │ │ └── HelloWorld.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Saki-NuoveXT-Apps-tux.ico
│ │ ├── HelloWorld.sln
│ │ ├── HelloWorld.v12.suo
│ │ └── Saki-NuoveXT-Apps-tux.ico
│ ├── ImageDemo
│ │ ├── ImageDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ImageDemo.exe
│ │ │ │ ├── ImageDemo.pdb
│ │ │ │ ├── ImageDemo.vshost.exe
│ │ │ │ ├── ImageDemo.vshost.exe.manifest
│ │ │ │ ├── Penguins.jpg
│ │ │ │ ├── Penguins_new.bmp
│ │ │ │ ├── Penguins_new.gif
│ │ │ │ └── Penguins_new.png
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── ImageDemo.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── ImageDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── ImageDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── ImageDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── ImageDemo.exe
│ │ │ │ ├── ImageDemo.Form1.resources
│ │ │ │ ├── ImageDemo.pdb
│ │ │ │ └── ImageDemo.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ImageDemo.sln
│ │ └── ImageDemo.v12.suo
│ ├── LoginDemo
│ │ ├── LoginDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LoginDemo.exe
│ │ │ │ ├── LoginDemo.pdb
│ │ │ │ ├── LoginDemo.vshost.exe
│ │ │ │ └── LoginDemo.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Login.cs
│ │ │ ├── LoginDemo.csproj
│ │ │ ├── Login.Designer.cs
│ │ │ ├── Login.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── LoginDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── LoginDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── LoginDemo.exe
│ │ │ │ ├── LoginDemo.Form1.resources
│ │ │ │ ├── LoginDemo.Login.resources
│ │ │ │ ├── LoginDemo.pdb
│ │ │ │ └── LoginDemo.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── LoginDemo.sln
│ │ └── LoginDemo.v12.suo
│ ├── MediaPlayerDemo
│ │ ├── MediaPlayerDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ ├── MediaPlayerDemo.exe
│ │ │ │ ├── MediaPlayerDemo.pdb
│ │ │ │ ├── MediaPlayerDemo.vshost.exe
│ │ │ │ └── MediaPlayerDemo.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── MediaPlayerDemo.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ ├── MediaPlayerDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── MediaPlayerDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── MediaPlayerDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── MediaPlayerDemo.csproj.ResolveComReference.cache
│ │ │ │ ├── MediaPlayerDemo.exe
│ │ │ │ ├── MediaPlayerDemo.Form1.resources
│ │ │ │ ├── MediaPlayerDemo.pdb
│ │ │ │ └── MediaPlayerDemo.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MediaPlayerDemo.sln
│ │ └── MediaPlayerDemo.v12.suo
│ ├── MenuDemo
│ │ ├── MenuDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── MenuDemo.exe
│ │ │ │ ├── MenuDemo.pdb
│ │ │ │ ├── MenuDemo.vshost.exe
│ │ │ │ └── MenuDemo.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── images
│ │ │ │ ├── edit-bold-icon.png
│ │ │ │ ├── edit-color-icon.png
│ │ │ │ ├── edit-italic-icon.png
│ │ │ │ ├── font-icon.png
│ │ │ │ ├── text-align-center-icon.png
│ │ │ │ ├── text-align-left-icon.png
│ │ │ │ └── text-align-right-icon.png
│ │ │ ├── MenuDemo.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── MenuDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── MenuDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── MenuDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── MenuDemo.exe
│ │ │ │ ├── MenuDemo.Form1.resources
│ │ │ │ ├── MenuDemo.pdb
│ │ │ │ ├── MenuDemo.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MenuDemo.sln
│ │ └── MenuDemo.v12.suo
│ ├── PictureBox
│ │ ├── PictureBox
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── loading.gif
│ │ │ │ ├── Penguins.jpg
│ │ │ │ ├── PictureBox.exe
│ │ │ │ ├── PictureBox.pdb
│ │ │ │ ├── PictureBox.vshost.exe
│ │ │ │ └── PictureBox.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── images
│ │ │ │ └── Penguins.jpg
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── PictureBox.csproj.FileListAbsolute.txt
│ │ │ │ ├── PictureBox.csproj.GenerateResource.Cache
│ │ │ │ ├── PictureBox.csprojResolveAssemblyReference.cache
│ │ │ │ ├── PictureBox.exe
│ │ │ │ ├── PictureBox.Form1.resources
│ │ │ │ ├── PictureBox.pdb
│ │ │ │ ├── PictureBox.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── PictureBox.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ └── Hydrangeas.jpg
│ │ ├── PictureBox.sln
│ │ └── PictureBox.v12.suo
│ ├── ProgressBar
│ │ ├── ProgressBar
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ProgressBar.exe
│ │ │ │ ├── ProgressBar.pdb
│ │ │ │ ├── ProgressBar.vshost.exe
│ │ │ │ └── ProgressBar.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── ProgressBar.csproj.FileListAbsolute.txt
│ │ │ │ ├── ProgressBar.csproj.GenerateResource.Cache
│ │ │ │ ├── ProgressBar.csprojResolveAssemblyReference.cache
│ │ │ │ ├── ProgressBar.exe
│ │ │ │ ├── ProgressBar.Form1.resources
│ │ │ │ ├── ProgressBar.pdb
│ │ │ │ └── ProgressBar.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── ProgressBar.csproj
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ProgressBar.sln
│ │ └── ProgressBar.v12.suo
│ ├── RichTextBox
│ │ ├── RichTextBox
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── RichTextBox.exe
│ │ │ │ ├── RichTextBox.pdb
│ │ │ │ ├── RichTextBox.vshost.exe
│ │ │ │ └── RichTextBox.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── images
│ │ │ │ ├── edit-bold-icon.png
│ │ │ │ ├── edit-color-icon.png
│ │ │ │ ├── edit-italic-icon.png
│ │ │ │ ├── font-icon.png
│ │ │ │ ├── text-align-center-icon.png
│ │ │ │ ├── text-align-left-icon.png
│ │ │ │ └── text-align-right-icon.png
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── RichTextBox.csproj.FileListAbsolute.txt
│ │ │ │ ├── RichTextBox.csproj.GenerateResource.Cache
│ │ │ │ ├── RichTextBox.csprojResolveAssemblyReference.cache
│ │ │ │ ├── RichTextBox.exe
│ │ │ │ ├── RichTextBox.Form1.resources
│ │ │ │ ├── RichTextBox.pdb
│ │ │ │ ├── RichTextBox.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── RichTextBox.csproj
│ │ ├── RichTextBox.sln
│ │ └── RichTextBox.v12.suo
│ ├── TableLayoutPanelDemo
│ │ ├── TableLayoutPanelDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── TableLayoutPanelDemo.exe
│ │ │ │ ├── TableLayoutPanelDemo.pdb
│ │ │ │ ├── TableLayoutPanelDemo.vshost.exe
│ │ │ │ └── TableLayoutPanelDemo.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TableLayoutPanelDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── TableLayoutPanelDemo.exe
│ │ │ │ ├── TableLayoutPanelDemo.Form1.resources
│ │ │ │ ├── TableLayoutPanelDemo.pdb
│ │ │ │ └── TableLayoutPanelDemo.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TableLayoutPanelDemo.csproj
│ │ ├── TableLayoutPanelDemo.sln
│ │ └── TableLayoutPanelDemo.suo
│ ├── TextBoxDemo
│ │ ├── TextBoxDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── TextBoxDemo.exe
│ │ │ │ ├── TextBoxDemo.pdb
│ │ │ │ ├── TextBoxDemo.vshost.exe
│ │ │ │ └── TextBoxDemo.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TextBoxDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── TextBoxDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── TextBoxDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── TextBoxDemo.exe
│ │ │ │ ├── TextBoxDemo.Form1.resources
│ │ │ │ ├── TextBoxDemo.pdb
│ │ │ │ └── TextBoxDemo.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TextBoxDemo.csproj
│ │ ├── TextBoxDemo.sln
│ │ └── TextBoxDemo.v12.suo
│ ├── TimerDemo
│ │ ├── TimerDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── TimerDemo.exe
│ │ │ │ ├── TimerDemo.pdb
│ │ │ │ ├── TimerDemo.vshost.exe
│ │ │ │ └── TimerDemo.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TimerDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── TimerDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── TimerDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── TimerDemo.exe
│ │ │ │ ├── TimerDemo.Form1.resources
│ │ │ │ ├── TimerDemo.pdb
│ │ │ │ └── TimerDemo.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TimerDemo.csproj
│ │ ├── TimerDemo.sln
│ │ └── TimerDemo.v12.suo
│ ├── TreeView
│ │ ├── TreeView
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── TreeView.exe
│ │ │ │ ├── TreeView.pdb
│ │ │ │ ├── TreeView.vshost.exe
│ │ │ │ └── TreeView.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── images
│ │ │ │ ├── docico.png
│ │ │ │ ├── foldercloseico.png
│ │ │ │ └── folderopenico.png
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── TreeView.csproj.FileListAbsolute.txt
│ │ │ │ ├── TreeView.csproj.GenerateResource.Cache
│ │ │ │ ├── TreeView.exe
│ │ │ │ ├── TreeView.Form1.resources
│ │ │ │ ├── TreeView.pdb
│ │ │ │ └── TreeView.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TreeView.csproj
│ │ ├── TreeView.sln
│ │ └── TreeView.v12.suo
│ └── WebBrowser
│ ├── WebBrowser
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── WebBrowser.exe
│ │ │ ├── WebBrowser.pdb
│ │ │ ├── WebBrowser.vshost.exe
│ │ │ └── WebBrowser.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── WebBrowser.csproj.FileListAbsolute.txt
│ │ │ ├── WebBrowser.csproj.GenerateResource.Cache
│ │ │ ├── WebBrowser.csprojResolveAssemblyReference.cache
│ │ │ ├── WebBrowser.exe
│ │ │ ├── WebBrowser.Form1.resources
│ │ │ ├── WebBrowser.pdb
│ │ │ └── WebBrowser.Properties.Resources.resources
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── WebBrowser.csproj
│ ├── WebBrowser.sln
│ └── WebBrowser.v12.suo
├── 002 C#基础
│ ├── ArrayAndDictionaryDemo
│ │ ├── ArrayAndDictionaryDemo
│ │ │ ├── ArrayAndDictionaryDemo.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ArrayAndDictionaryDemo.exe
│ │ │ │ ├── ArrayAndDictionaryDemo.pdb
│ │ │ │ ├── ArrayAndDictionaryDemo.vshost.exe
│ │ │ │ └── ArrayAndDictionaryDemo.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ArrayAndDictionaryDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── ArrayAndDictionaryDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── ArrayAndDictionaryDemo.exe
│ │ │ │ ├── ArrayAndDictionaryDemo.Form1.resources
│ │ │ │ ├── ArrayAndDictionaryDemo.pdb
│ │ │ │ ├── ArrayAndDictionaryDemo.Properties.Resources.resources
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ArrayAndDictionaryDemo.sln
│ │ └── ArrayAndDictionaryDemo.v12.suo
│ ├── ConditionStatement
│ │ ├── ConditionStatement
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ConditionStatement.exe
│ │ │ │ ├── ConditionStatement.pdb
│ │ │ │ ├── ConditionStatement.vshost.exe
│ │ │ │ └── ConditionStatement.vshost.exe.manifest
│ │ │ ├── ConditionStatement.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ConditionStatement.csproj.FileListAbsolute.txt
│ │ │ │ ├── ConditionStatement.csproj.GenerateResource.Cache
│ │ │ │ ├── ConditionStatement.exe
│ │ │ │ ├── ConditionStatement.Form1.resources
│ │ │ │ ├── ConditionStatement.pdb
│ │ │ │ ├── ConditionStatement.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ConditionStatement.sln
│ │ └── ConditionStatement.v12.suo
│ ├── CSharpDataType
│ │ ├── CSharpDataType
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CSharpDemo.exe
│ │ │ │ ├── CSharpDemo.pdb
│ │ │ │ ├── CSharpDemo.vshost.exe
│ │ │ │ └── CSharpDemo.vshost.exe.manifest
│ │ │ ├── CSharpDataType.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CSharpDataType.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSharpDataType.csproj.GenerateResource.Cache
│ │ │ │ ├── CSharpDataType.csprojResolveAssemblyReference.cache
│ │ │ │ ├── CSharpDataType.Form1.resources
│ │ │ │ ├── CSharpDemo.exe
│ │ │ │ ├── CSharpDemo.pdb
│ │ │ │ ├── CSharpDemo.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ └── GenerateResource.write.1.tlog
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── CSharpDataType.sln
│ │ ├── CSharpDataType.suo
│ │ └── CSharpDataType.v12.suo
│ ├── DataTableDemo
│ │ ├── DataTableDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DataTableDemo.exe
│ │ │ │ ├── DataTableDemo.pdb
│ │ │ │ ├── DataTableDemo.vshost.exe
│ │ │ │ └── DataTableDemo.vshost.exe.manifest
│ │ │ ├── DataTableDemo.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DataTableDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── DataTableDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── DataTableDemo.exe
│ │ │ │ ├── DataTableDemo.Form1.resources
│ │ │ │ ├── DataTableDemo.pdb
│ │ │ │ ├── DataTableDemo.Properties.Resources.resources
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── DataTableDemo.sln
│ │ └── DataTableDemo.v12.suo
│ ├── DataTableQuery
│ │ ├── DataTableQuery
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DataTableQuery.exe
│ │ │ │ ├── DataTableQuery.exe.config
│ │ │ │ ├── DataTableQuery.pdb
│ │ │ │ ├── DataTableQuery.vshost.exe
│ │ │ │ ├── DataTableQuery.vshost.exe.config
│ │ │ │ └── DataTableQuery.vshost.exe.manifest
│ │ │ ├── DataTableQuery.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DataTableQuery.csproj.FileListAbsolute.txt
│ │ │ │ ├── DataTableQuery.csproj.GenerateResource.Cache
│ │ │ │ ├── DataTableQuery.csprojResolveAssemblyReference.cache
│ │ │ │ ├── DataTableQuery.exe
│ │ │ │ ├── DataTableQuery.Form1.resources
│ │ │ │ ├── DataTableQuery.pdb
│ │ │ │ ├── DataTableQuery.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── DataTableQuery.sln
│ │ ├── DataTableQuery.suo
│ │ ├── DataTableQuery.v12.suo
│ │ └── readme.txt
│ ├── DirectoryAndFile
│ │ ├── DirectoryAndFile
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DirectoryAndFile.exe
│ │ │ │ ├── DirectoryAndFile.pdb
│ │ │ │ ├── DirectoryAndFile.vshost.exe
│ │ │ │ └── DirectoryAndFile.vshost.exe.manifest
│ │ │ ├── DirectoryAndFile.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── DirectoryAndFile.csproj.FileListAbsolute.txt
│ │ │ │ ├── DirectoryAndFile.csproj.GenerateResource.Cache
│ │ │ │ ├── DirectoryAndFile.csprojResolveAssemblyReference.cache
│ │ │ │ ├── DirectoryAndFile.exe
│ │ │ │ ├── DirectoryAndFile.Form1.resources
│ │ │ │ ├── DirectoryAndFile.pdb
│ │ │ │ └── DirectoryAndFile.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── DirectoryAndFile.sln
│ │ └── DirectoryAndFile.v12.suo
│ ├── FunctionDemo
│ │ ├── FunctionDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── FucntionDemo.vshost.exe
│ │ │ │ └── FucntionDemo.vshost.exe.manifest
│ │ │ ├── Class1.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── FunctionDemo.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── FunctionDemo.sln
│ │ ├── FunctionDemo.suo
│ │ └── FunctionDemo.v12.suo
│ └── WhileDemo
│ ├── WhileDemo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── WhileDemo.exe
│ │ │ ├── WhileDemo.pdb
│ │ │ ├── WhileDemo.vshost.exe
│ │ │ └── WhileDemo.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── WhileDemo.csproj.FileListAbsolute.txt
│ │ │ ├── WhileDemo.csproj.GenerateResource.Cache
│ │ │ ├── WhileDemo.csprojResolveAssemblyReference.cache
│ │ │ ├── WhileDemo.exe
│ │ │ ├── WhileDemo.Form1.resources
│ │ │ ├── WhileDemo.pdb
│ │ │ └── WhileDemo.Properties.Resources.resources
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── WhileDemo.csproj
│ ├── WhileDemo.sln
│ └── WhileDemo.v12.suo
├── 003 实例及拓展练习
│ ├── ADUserPasswordCheck
│ │ ├── ADUserPasswordCheck
│ │ │ ├── ADUserPasswordCheck.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ADUserPasswordCheck.exe
│ │ │ │ ├── ADUserPasswordCheck.pdb
│ │ │ │ ├── ADUserPasswordCheck.vshost.exe
│ │ │ │ ├── ADUserPasswordCheck.vshost.exe.manifest
│ │ │ │ ├── CRMDemo.exe
│ │ │ │ ├── CRMDemo.exe.config
│ │ │ │ ├── CRMDemo.pdb
│ │ │ │ ├── CRMDemo.vshost.exe.config
│ │ │ │ ├── CRMDemo.vshost.exe.manifest
│ │ │ │ ├── CRMDemo - 未混淆.exe
│ │ │ │ ├── MySql.Data.dll
│ │ │ │ └── profile.ini
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── ADUserPasswordCheck.csproj.FileListAbsolute.txt
│ │ │ │ ├── ADUserPasswordCheck.csproj.GenerateResource.Cache
│ │ │ │ ├── ADUserPasswordCheck.csprojResolveAssemblyReference.cache
│ │ │ │ ├── ADUserPasswordCheck.exe
│ │ │ │ ├── ADUserPasswordCheck.Form1.resources
│ │ │ │ ├── ADUserPasswordCheck.pdb
│ │ │ │ ├── ADUserPasswordCheck.Properties.Resources.resources
│ │ │ │ ├── CRMDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── CRMDemo.exe
│ │ │ │ ├── CRMDemo.Form1.resources
│ │ │ │ ├── CRMDemo.pdb
│ │ │ │ ├── CRMDemo.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ └── Web References.localhostWebServiceDemo.Reference.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ADUserPasswordCheck.sln
│ │ ├── ADUserPasswordCheck.suo
│ │ └── ADUserPasswordCheck.v12.suo
│ ├── AutoInput
│ │ ├── AutoInput
│ │ │ ├── app.config
│ │ │ ├── AutoInput.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AutoInput.exe
│ │ │ │ ├── AutoInput.exe.config
│ │ │ │ ├── AutoInput.pdb
│ │ │ │ ├── AutoInput.vshost.exe
│ │ │ │ ├── AutoInput.vshost.exe.config
│ │ │ │ ├── AutoInput.vshost.exe.manifest
│ │ │ │ ├── dlg.txt
│ │ │ │ └── path.txt
│ │ │ ├── Class1.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── KeyBoard.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── AutoInput.csproj.FileListAbsolute.txt
│ │ │ │ ├── AutoInput.csproj.GenerateResource.Cache
│ │ │ │ ├── AutoInput.exe
│ │ │ │ ├── AutoInput.Form1.resources
│ │ │ │ ├── AutoInput.pdb
│ │ │ │ ├── AutoInput.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── AutoInput.sln
│ │ └── AutoInput.v12.suo
│ ├── CAPTCHADemo
│ │ ├── CAPTCHADemo
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CAPTCHADemo.exe
│ │ │ │ ├── CAPTCHADemo.exe.config
│ │ │ │ ├── CAPTCHADemo.pdb
│ │ │ │ ├── CAPTCHADemo.vshost.exe
│ │ │ │ ├── CAPTCHADemo.vshost.exe.config
│ │ │ │ └── CAPTCHADemo.vshost.exe.manifest
│ │ │ ├── CAPTCHADemo.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── CAPTCHADemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── CAPTCHADemo.csproj.GenerateResource.Cache
│ │ │ │ ├── CAPTCHADemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── CAPTCHADemo.exe
│ │ │ │ ├── CAPTCHADemo.Form1.resources
│ │ │ │ ├── CAPTCHADemo.pdb
│ │ │ │ ├── CAPTCHADemo.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ └── TempPE
│ │ │ │ └── Web References.localhost.Reference.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Web References
│ │ │ └── localhost
│ │ │ ├── master.wsdl
│ │ │ ├── Reference.cs
│ │ │ └── Reference.map
│ │ ├── CAPTCHADemo.sln
│ │ ├── CAPTCHADemo.suo
│ │ ├── CAPTCHADemo.v12.suo
│ │ └── WebService Code.txt
│ ├── CodeFormater
│ │ ├── CodeFormater
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CodeFormater.exe
│ │ │ │ ├── CodeFormater.pdb
│ │ │ │ ├── CodeFormater.vshost.exe
│ │ │ │ ├── CodeFormater.vshost.exe.manifest
│ │ │ │ ├── sql.blue.dic.txt
│ │ │ │ ├── sql.green.dic.txt
│ │ │ │ └── sql.pink.dic.txt
│ │ │ ├── CodeFormater.csproj
│ │ │ ├── Fatcow-Farm-Fresh-Page-code.ico
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── CodeFormater.csproj.FileListAbsolute.txt
│ │ │ │ ├── CodeFormater.csproj.GenerateResource.Cache
│ │ │ │ ├── CodeFormater.csprojResolveAssemblyReference.cache
│ │ │ │ ├── CodeFormater.exe
│ │ │ │ ├── CodeFormater.Form1.resources
│ │ │ │ ├── CodeFormater.pdb
│ │ │ │ ├── CodeFormater.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ └── GenerateResource.write.1.tlog
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── CodeFormater.sln
│ │ ├── CodeFormater.suo
│ │ ├── CodeFormater.v12.suo
│ │ └── Fatcow-Farm-Fresh-Page-code.ico
│ ├── DatabaseDemo
│ │ ├── DatabaseDemo
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DatabaseDemo.exe
│ │ │ │ ├── DatabaseDemo.exe.config
│ │ │ │ ├── DatabaseDemo.pdb
│ │ │ │ ├── DatabaseDemo.vshost.exe
│ │ │ │ ├── DatabaseDemo.vshost.exe.config
│ │ │ │ ├── DatabaseDemo.vshost.exe.manifest
│ │ │ │ ├── MySql.Data.dll
│ │ │ │ └── profile.ini
│ │ │ ├── DatabaseDemo.csproj
│ │ │ ├── DES.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── MyDatabaseDataSet.Designer.cs
│ │ │ ├── MyDatabaseDataSet.xsc
│ │ │ ├── MyDatabaseDataSet.xsd
│ │ │ ├── MyDatabaseDataSet.xss
│ │ │ ├── MySql.Data.dll
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DatabaseDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── DatabaseDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── DatabaseDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── DatabaseDemo.exe
│ │ │ │ ├── DatabaseDemo.Form1.resources
│ │ │ │ ├── DatabaseDemo.pdb
│ │ │ │ ├── DatabaseDemo.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ ├── MyDatabaseDataSet.Designer.cs.dll
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── DatabaseDemo.sln
│ │ ├── DatabaseDemo.suo
│ │ └── DatabaseDemo.v12.suo
│ ├── EncryptionDemo
│ │ ├── EncryptionDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── EncryptionDemo.exe
│ │ │ │ ├── EncryptionDemo.pdb
│ │ │ │ ├── EncryptionDemo.vshost.exe
│ │ │ │ └── EncryptionDemo.vshost.exe.manifest
│ │ │ ├── DES.cs
│ │ │ ├── EncryptionDemo.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── MD5.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── EncryptionDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── EncryptionDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── EncryptionDemo.exe
│ │ │ │ ├── EncryptionDemo.Form1.resources
│ │ │ │ ├── EncryptionDemo.pdb
│ │ │ │ └── EncryptionDemo.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── EncryptionDemo.sln
│ │ └── EncryptionDemo.v12.suo
│ ├── ExcelImportAndExport
│ │ ├── ExcelImportAndExport
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── data1.xlsx
│ │ │ │ ├── data2.xlsx
│ │ │ │ ├── data.xlsx
│ │ │ │ ├── ExcelImportAndExport.exe
│ │ │ │ ├── ExcelImportAndExport.pdb
│ │ │ │ ├── ExcelImportAndExport.vshost.exe
│ │ │ │ └── ExcelImportAndExport.vshost.exe.manifest
│ │ │ ├── ExcelImportAndExport.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── ExcelImportAndExport.csproj.FileListAbsolute.txt
│ │ │ │ ├── ExcelImportAndExport.csproj.GenerateResource.Cache
│ │ │ │ ├── ExcelImportAndExport.csprojResolveAssemblyReference.cache
│ │ │ │ ├── ExcelImportAndExport.exe
│ │ │ │ ├── ExcelImportAndExport.Form1.resources
│ │ │ │ ├── ExcelImportAndExport.pdb
│ │ │ │ ├── ExcelImportAndExport.Properties.Resources.resources
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ExcelImportAndExport.sln
│ │ ├── ExcelImportAndExport.suo
│ │ ├── ExcelImportAndExport.v12.suo
│ │ └── readme.txt
│ ├── ExecCMD
│ │ ├── ExecCMD
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ExecCMD.exe
│ │ │ │ ├── ExecCMD.exe.config
│ │ │ │ ├── ExecCMD.pdb
│ │ │ │ ├── ExecCMD.vshost.exe
│ │ │ │ ├── ExecCMD.vshost.exe.config
│ │ │ │ └── ExecCMD.vshost.exe.manifest
│ │ │ ├── ExecCMD.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ExecCMD.sln
│ │ ├── ExecCMD.suo
│ │ └── ExecCMD.v12.suo
│ ├── GlobalHotkey
│ │ ├── GlobalHotkey
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── GlobalHotkey.exe
│ │ │ │ ├── GlobalHotkey.pdb
│ │ │ │ ├── GlobalHotkey.vshost.exe
│ │ │ │ └── GlobalHotkey.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GlobalHotkey.csproj
│ │ │ ├── HotKey.cs
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GlobalHotkey.csproj.FileListAbsolute.txt
│ │ │ │ ├── GlobalHotkey.csproj.GenerateResource.Cache
│ │ │ │ ├── GlobalHotkey.csprojResolveAssemblyReference.cache
│ │ │ │ ├── GlobalHotkey.exe
│ │ │ │ ├── GlobalHotkey.Form1.resources
│ │ │ │ ├── GlobalHotkey.pdb
│ │ │ │ ├── GlobalHotkey.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── GlobalHotkey.sln
│ │ ├── GlobalHotkey.suo
│ │ └── GlobalHotkey.v12.suo
│ ├── HttpSend
│ │ ├── HttpSend
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── HttpSend.exe
│ │ │ │ ├── HttpSend.pdb
│ │ │ │ ├── HttpSend.vshost.exe
│ │ │ │ └── HttpSend.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── HttpSend.csproj
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── HttpSend.csproj.FileListAbsolute.txt
│ │ │ │ ├── HttpSend.csproj.GenerateResource.Cache
│ │ │ │ ├── HttpSend.csprojResolveAssemblyReference.cache
│ │ │ │ ├── HttpSend.exe
│ │ │ │ ├── HttpSend.Form1.resources
│ │ │ │ ├── HttpSend.pdb
│ │ │ │ └── HttpSend.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── HttpSend.sln
│ │ ├── HttpSend.suo
│ │ └── HttpSend.v12.suo
│ ├── HYCRM1.0.zip
│ ├── JSChart
│ │ ├── JSChart
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── HChart.htm
│ │ │ │ ├── Highcharts-4.0.4.zip
│ │ │ │ ├── JSChart.exe
│ │ │ │ ├── JSChart.exe.config
│ │ │ │ ├── JSChart.pdb
│ │ │ │ ├── JSChart.vshost.exe
│ │ │ │ └── JSChart.vshost.exe.config
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── JSChart.csproj
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── JSChart.csproj.FileListAbsolute.txt
│ │ │ │ ├── JSChart.csproj.GenerateResource.Cache
│ │ │ │ ├── JSChart.csprojResolveAssemblyReference.cache
│ │ │ │ ├── JSChart.exe
│ │ │ │ ├── JSChart.Form1.resources
│ │ │ │ ├── JSChart.pdb
│ │ │ │ ├── JSChart.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── JSChart.sln
│ │ ├── JSChart.suo
│ │ └── JSChart.v12.suo
│ ├── JsonDemo
│ │ ├── JsonDemo
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── JsonDemo.exe
│ │ │ │ ├── JsonDemo.exe.config
│ │ │ │ ├── JsonDemo.pdb
│ │ │ │ ├── JsonDemo.vshost.exe
│ │ │ │ ├── JsonDemo.vshost.exe.config
│ │ │ │ └── JsonDemo.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── JsonDemo.csproj
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── CRMDemo.Form1.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── JsonDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── JsonDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── JsonDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── JsonDemo.exe
│ │ │ │ ├── JsonDemo.pdb
│ │ │ │ ├── JsonDemo.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── JsonDemo.sln
│ │ ├── JsonDemo.suo
│ │ └── JsonDemo.v12.suo
│ ├── KeyBoardInput
│ │ ├── KeyBoardInput
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── KeyBoardInput.exe
│ │ │ │ ├── KeyBoardInput.pdb
│ │ │ │ ├── KeyBoardInput.vshost.exe
│ │ │ │ └── KeyBoardInput.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── KeyBoard.cs
│ │ │ ├── KeyBoardInput.csproj
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── KeyBoardInput.csproj.FileListAbsolute.txt
│ │ │ │ ├── KeyBoardInput.csproj.GenerateResource.Cache
│ │ │ │ ├── KeyBoardInput.csprojResolveAssemblyReference.cache
│ │ │ │ ├── KeyBoardInput.exe
│ │ │ │ ├── KeyBoardInput.Form1.resources
│ │ │ │ ├── KeyBoardInput.pdb
│ │ │ │ ├── KeyBoardInput.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── KeyBoardInput.sln
│ │ ├── KeyBoardInput.suo
│ │ └── KeyBoardInput.v12.suo
│ ├── LuceneNetDemo
│ │ ├── Apache-Lucene.Net-3.0.3-RC2.bin.zip
│ │ ├── Apache-Lucene.Net-3.0.3-RC2.src.zip
│ │ ├── LuceneNetDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LuceneNetDemo.exe
│ │ │ │ ├── LuceneNetDemo.pdb
│ │ │ │ ├── LuceneNetDemo.vshost.exe
│ │ │ │ ├── LuceneNetDemo.vshost.exe.manifest
│ │ │ │ └── Lucene.Net.dll
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LuceneNetDemo.csproj
│ │ │ ├── Lucene.Net.dll
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── LuceneNetDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── LuceneNetDemo.exe
│ │ │ │ ├── LuceneNetDemo.Form1.resources
│ │ │ │ ├── LuceneNetDemo.pdb
│ │ │ │ └── LuceneNetDemo.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── LuceneNetDemo.sln
│ │ ├── LuceneNetDemo.suo
│ │ └── LuceneNetDemo.v12.suo
│ ├── MultiFormTabs
│ │ ├── MultiFormTabs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── MultiFormTabs.exe
│ │ │ │ ├── MultiFormTabs.exe.config
│ │ │ │ ├── MultiFormTabs.pdb
│ │ │ │ ├── MultiFormTabs.vshost.exe
│ │ │ │ ├── MultiFormTabs.vshost.exe.config
│ │ │ │ └── MultiFormTabs.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Form3.cs
│ │ │ ├── Form3.Designer.cs
│ │ │ ├── Form3.resx
│ │ │ ├── Form4.cs
│ │ │ ├── Form4.Designer.cs
│ │ │ ├── Form4.resx
│ │ │ ├── MultiFormTabs.csproj
│ │ │ ├── MyFuncLib.cs
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── MultiFormTabs.csproj.FileListAbsolute.txt
│ │ │ │ ├── MultiFormTabs.csproj.GenerateResource.Cache
│ │ │ │ ├── MultiFormTabs.csprojResolveAssemblyReference.cache
│ │ │ │ ├── MultiFormTabs.exe
│ │ │ │ ├── MultiFormTabs.Form1.resources
│ │ │ │ ├── MultiFormTabs.Form2.resources
│ │ │ │ ├── MultiFormTabs.Form3.resources
│ │ │ │ ├── MultiFormTabs.Form4.resources
│ │ │ │ ├── MultiFormTabs.pdb
│ │ │ │ ├── MultiFormTabs.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MultiFormTabs.sln
│ │ ├── MultiFormTabs.suo
│ │ └── MultiFormTabs.v12.suo
│ ├── MyLottery
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── 001.jpg
│ │ │ ├── 002.jpg
│ │ │ ├── 003.jpg
│ │ │ ├── 0.png
│ │ │ ├── 1.png
│ │ │ ├── 2.png
│ │ │ ├── 3.png
│ │ │ ├── 4.png
│ │ │ ├── bg2.jpg
│ │ │ ├── bg.jpg
│ │ │ ├── bgLabel.jpg
│ │ │ ├── bg.psd
│ │ │ ├── btn10.png
│ │ │ ├── btn5.png
│ │ │ ├── btn6.png
│ │ │ ├── btn7.png
│ │ │ ├── btn8.png
│ │ │ ├── btn99.png
│ │ │ ├── btn9.png
│ │ │ ├── btn.psd
│ │ │ ├── data.xls
│ │ │ ├── exit.png
│ │ │ ├── Microsoft.Office.Interop.Excel.dll
│ │ │ ├── MyLottery.exe
│ │ │ ├── MyLottery.exe.config
│ │ │ ├── MyLottery.pdb
│ │ │ ├── myLottery.vshost.exe
│ │ │ ├── myLottery.vshost.exe.config
│ │ │ ├── MyLottery.vshost.exe.manifest
│ │ │ ├── Office.dll
│ │ │ ├── setting.txt
│ │ │ ├── Thumbs.db
│ │ │ └── user.png
│ │ ├── ClassDiagram1.cd
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.Designer.cs
│ │ ├── Form2.resx
│ │ ├── lottery-folder-icon.ico
│ │ ├── MyLottery.csproj
│ │ ├── MyLottery.csproj.user
│ │ ├── MyLottery.sln
│ │ ├── myLottery.v12.suo
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── Interop.Microsoft.Office.Core.dll
│ │ │ ├── myLottery.csproj.FileListAbsolute.txt
│ │ │ ├── MyLottery.csproj.GenerateResource.Cache
│ │ │ ├── MyLottery.csprojResolveAssemblyReference.cache
│ │ │ ├── MyLottery.csproj.ResolveComReference.cache
│ │ │ ├── MyLottery.exe
│ │ │ ├── MyLottery.Form1.resources
│ │ │ ├── MyLottery.Form2.resources
│ │ │ ├── MyLottery.pdb
│ │ │ ├── MyLottery.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── NavigateUrls
│ │ ├── NavigateUrls
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── NavigateUrls.exe
│ │ │ │ ├── NavigateUrls.pdb
│ │ │ │ ├── NavigateUrls.vshost.exe
│ │ │ │ ├── NavigateUrls.vshost.exe.manifest
│ │ │ │ └── urllist.txt
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── NavigateUrls.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── NavigateUrls.csproj.FileListAbsolute.txt
│ │ │ │ ├── NavigateUrls.csproj.GenerateResource.Cache
│ │ │ │ ├── NavigateUrls.csprojResolveAssemblyReference.cache
│ │ │ │ ├── NavigateUrls.exe
│ │ │ │ ├── NavigateUrls.Form1.resources
│ │ │ │ ├── NavigateUrls.pdb
│ │ │ │ └── NavigateUrls.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── NavigateUrls.sln
│ │ └── NavigateUrls.v12.suo
│ ├── PrinterDemo
│ │ ├── PrinterDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── app.publish
│ │ │ │ │ └── PrinterDemo.exe
│ │ │ │ ├── PrinterDemo.application
│ │ │ │ ├── PrinterDemo.exe
│ │ │ │ ├── PrinterDemo.exe.manifest
│ │ │ │ └── PrinterDemo.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── PrinterDemo.application
│ │ │ │ ├── PrinterDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── PrinterDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── PrinterDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── PrinterDemo.exe
│ │ │ │ ├── PrinterDemo.exe.manifest
│ │ │ │ ├── PrinterDemo.Form1.resources
│ │ │ │ ├── PrinterDemo.pdb
│ │ │ │ ├── PrinterDemo.Properties.Resources.resources
│ │ │ │ ├── PrinterDemo.TrustInfo.xml
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── PrinterDemo.csproj
│ │ │ ├── PrinterDemo.csproj.user
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── PrinterDemo.sln
│ │ ├── PrinterDemo.suo
│ │ └── PrinterDemo.v12.suo
│ ├── RefDemo
│ │ ├── RefDemo
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── RefDemo.exe
│ │ │ │ ├── RefDemo.exe.config
│ │ │ │ ├── RefDemo.pdb
│ │ │ │ ├── RefDemo.vshost.exe
│ │ │ │ ├── RefDemo.vshost.exe.config
│ │ │ │ └── RefDemo.vshost.exe.manifest
│ │ │ ├── Class1.cs
│ │ │ ├── Class2.cs
│ │ │ ├── Class3.cs
│ │ │ ├── Class4.cs
│ │ │ ├── Class5.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── RefDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── RefDemo.exe
│ │ │ │ ├── RefDemo.Form1.resources
│ │ │ │ ├── RefDemo.pdb
│ │ │ │ ├── RefDemo.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── RefDemo.csproj
│ │ ├── RefDemo.sln
│ │ └── RefDemo.suo
│ ├── RMBDemo
│ │ ├── RMBDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── RMBDemo.exe
│ │ │ │ ├── RMBDemo.pdb
│ │ │ │ ├── RMBDemo.vshost.exe
│ │ │ │ └── RMBDemo.vshost.exe.manifest
│ │ │ ├── Class1.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── RMBDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── RMBDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── RMBDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── RMBDemo.exe
│ │ │ │ ├── RMBDemo.Form1.resources
│ │ │ │ ├── RMBDemo.Form2.resources
│ │ │ │ ├── RMBDemo.pdb
│ │ │ │ ├── RMBDemo.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── RMBDemo.csproj
│ │ ├── RMBDemo.sln
│ │ ├── RMBDemo.suo
│ │ └── RMBDemo.v12.suo
│ ├── SecureStringDemo
│ │ ├── SecureStringDemo
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── SecureStringDemo.exe
│ │ │ │ │ ├── SecureStringDemo.exe.manifest
│ │ │ │ │ ├── SecureStringDemo.pdb
│ │ │ │ │ ├── SecureStringDemo.vshost.exe
│ │ │ │ │ └── SecureStringDemo.vshost.exe.manifest
│ │ │ │ └── Release
│ │ │ │ ├── SecureStringDemo.exe
│ │ │ │ ├── SecureStringDemo.pdb
│ │ │ │ ├── SecureStringDemo.vshost.exe
│ │ │ │ └── SecureStringDemo.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── mykey.pfx
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── SecureStringDemo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SecureStringDemo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SecureStringDemo.exe
│ │ │ │ │ ├── SecureStringDemo.Form1.resources
│ │ │ │ │ ├── SecureStringDemo.pdb
│ │ │ │ │ └── SecureStringDemo.Properties.Resources.resources
│ │ │ │ └── Release
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── SecureStringDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── SecureStringDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── SecureStringDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── SecureStringDemo.Form1.resources
│ │ │ │ └── SecureStringDemo.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SecureStringDemo.csproj
│ │ │ └── SecureStringDemo.csproj.user
│ │ ├── SecureStringDemo.sln
│ │ ├── SecureStringDemo.suo
│ │ └── SecureStringDemo.v12.suo
│ ├── SMSDemo
│ │ ├── SMSDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── SMSDemo.exe
│ │ │ │ ├── SMSDemo.pdb
│ │ │ │ ├── SMSDemo.vshost.exe
│ │ │ │ └── SMSDemo.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── SMSDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── SMSDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── SMSDemo.csprojResolveAssemblyReference.cache
│ │ │ │ ├── SMSDemo.exe
│ │ │ │ ├── SMSDemo.Form1.resources
│ │ │ │ ├── SMSDemo.pdb
│ │ │ │ └── SMSDemo.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── SMSDemo.csproj
│ │ ├── SMSDemo.sln
│ │ ├── SMSDemo.suo
│ │ └── SMSDemo.v12.suo
│ ├── SQLHelper
│ │ ├── SQLHelper
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── SQLHelper.exe
│ │ │ │ ├── SQLHelper.pdb
│ │ │ │ ├── SQLHelper.vshost.exe
│ │ │ │ └── SQLHelper.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── MySql.Data.dll
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── SQLHelper.csproj.FileListAbsolute.txt
│ │ │ │ ├── SQLHelper.csproj.GenerateResource.Cache
│ │ │ │ ├── SQLHelper.csprojResolveAssemblyReference.cache
│ │ │ │ ├── SQLHelper.exe
│ │ │ │ ├── SQLHelper.Form1.resources
│ │ │ │ ├── SQLHelper.pdb
│ │ │ │ ├── SQLHelper.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SqlHelper.cs
│ │ │ ├── SQLHelper.csproj
│ │ │ └── SQLHelper.csproj.user
│ │ ├── SQLHelper.sln
│ │ ├── SQLHelper.suo
│ │ └── SQLHelper.v12.suo
│ ├── TwoDimensionCodeNameCard
│ │ ├── TwoDimensionCodeNameCard
│ │ │ ├── Apps-tux-icon.png
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ThoughtWorks.QRCode.dll
│ │ │ │ ├── TwoDimensionCodeNameCard.exe
│ │ │ │ ├── TwoDimensionCodeNameCard.pdb
│ │ │ │ ├── TwoDimensionCodeNameCard.vshost.exe
│ │ │ │ └── TwoDimensionCodeNameCard.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── TwoDimensionCodeNameCard.csproj.FileListAbsolute.txt
│ │ │ │ ├── TwoDimensionCodeNameCard.csproj.GenerateResource.Cache
│ │ │ │ ├── TwoDimensionCodeNameCard.csprojResolveAssemblyReference.cache
│ │ │ │ ├── TwoDimensionCodeNameCard.exe
│ │ │ │ ├── TwoDimensionCodeNameCard.Form1.resources
│ │ │ │ ├── TwoDimensionCodeNameCard.pdb
│ │ │ │ └── TwoDimensionCodeNameCard.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ThoughtWorks.QRCode.dll
│ │ │ └── TwoDimensionCodeNameCard.csproj
│ │ ├── TwoDimensionCodeNameCard.sln
│ │ ├── TwoDimensionCodeNameCard.suo
│ │ └── TwoDimensionCodeNameCard.v12.suo
│ ├── TXTReadAndWrite
│ │ ├── TXTReadAndWrite
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── test.txt
│ │ │ │ ├── TXTReadAndWrite.exe
│ │ │ │ ├── TXTReadAndWrite.pdb
│ │ │ │ ├── TXTReadAndWrite.vshost.exe
│ │ │ │ └── TXTReadAndWrite.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TXTReadAndWrite.csproj.FileListAbsolute.txt
│ │ │ │ ├── TXTReadAndWrite.csproj.GenerateResource.Cache
│ │ │ │ ├── TXTReadAndWrite.csprojResolveAssemblyReference.cache
│ │ │ │ ├── TXTReadAndWrite.exe
│ │ │ │ ├── TXTReadAndWrite.Form1.resources
│ │ │ │ ├── TXTReadAndWrite.pdb
│ │ │ │ └── TXTReadAndWrite.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TXTReadAndWrite.csproj
│ │ ├── TXTReadAndWrite.sln
│ │ └── TXTReadAndWrite.v12.suo
│ ├── WebServiceClientDemo
│ │ ├── WebServiceClientDemo
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WebServiceClientDemo.exe
│ │ │ │ ├── WebServiceClientDemo.exe.config
│ │ │ │ ├── WebServiceClientDemo.pdb
│ │ │ │ ├── WebServiceClientDemo.vshost.exe
│ │ │ │ └── WebServiceClientDemo.vshost.exe.config
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Web References.localhost.Reference.cs.dll
│ │ │ │ ├── WebServiceClientDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── WebServiceClientDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── WebServiceClientDemo.exe
│ │ │ │ ├── WebServiceClientDemo.Form1.resources
│ │ │ │ ├── WebServiceClientDemo.pdb
│ │ │ │ └── WebServiceClientDemo.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Web References
│ │ │ │ └── localhost
│ │ │ │ ├── Reference.cs
│ │ │ │ ├── Reference.map
│ │ │ │ └── Service1.wsdl
│ │ │ └── WebServiceClientDemo.csproj
│ │ ├── WebServiceClientDemo.sln
│ │ └── WebServiceClientDemo.v12.suo
│ └── WebServiceDemo
│ ├── WebServiceDemo
│ │ ├── bin
│ │ │ ├── WebServiceDemo.dll
│ │ │ ├── WebServiceDemo.dll.config
│ │ │ └── WebServiceDemo.pdb
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── WebServiceDemo.csproj.FileListAbsolute.txt
│ │ │ ├── WebServiceDemo.dll
│ │ │ └── WebServiceDemo.pdb
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Service1.asmx
│ │ ├── Service1.asmx.cs
│ │ ├── SqlHelper.cs
│ │ ├── Web.config
│ │ ├── Web.Debug.config
│ │ ├── Web.Release.config
│ │ ├── WebServiceDemo.csproj
│ │ └── WebServiceDemo.csproj.user
│ ├── WebServiceDemo.sln
│ └── WebServiceDemo.v12.suo
├── 004 项目实战
│ ├── HYCRM
│ │ └── Download Url.txt
│ ├── HYUpdate
│ │ ├── HYUpdate
│ │ │ ├── App.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── demo.txt
│ │ │ │ ├── HYUpdate.exe
│ │ │ │ ├── HYUpdate.exe.config
│ │ │ │ ├── HYUpdate.pdb
│ │ │ │ ├── HYUpdate.vshost.exe
│ │ │ │ ├── HYUpdate.vshost.exe.config
│ │ │ │ ├── HYUpdate.vshost.exe.manifest
│ │ │ │ ├── path.txt
│ │ │ │ └── update.txt
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── HYUpdate.csproj
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── HYUpdate.csproj.FileListAbsolute.txt
│ │ │ │ ├── HYUpdate.csproj.GenerateResource.Cache
│ │ │ │ ├── HYUpdate.exe
│ │ │ │ ├── HYUpdate.Form1.resources
│ │ │ │ ├── HYUpdate.pdb
│ │ │ │ ├── HYUpdate.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Saki-NuoveXT-Apps-tux.ico
│ │ ├── HYUpdate.sln
│ │ ├── HYUpdate.suo
│ │ └── HYUpdate.v12.suo
│ └── HYWS
│ ├── HYWS
│ │ ├── bin
│ │ │ ├── HYWS.dll
│ │ │ ├── HYWS.dll.config
│ │ │ └── HYWS.pdb
│ │ ├── DES.cs
│ │ ├── error.log
│ │ ├── HYWS.csproj
│ │ ├── HYWS.csproj.user
│ │ ├── HYWS.Publish.xml
│ │ ├── master.asmx
│ │ ├── master.asmx.cs
│ │ ├── MyFuncLib.cs
│ │ ├── NewThread.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── HYWS.csproj.FileListAbsolute.txt
│ │ │ ├── HYWS.csprojResolveAssemblyReference.cache
│ │ │ ├── HYWS.dll
│ │ │ ├── HYWS.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── upload
│ │ │ ├── 001.jpg
│ │ │ ├── 002.jpg
│ │ │ ├── 003.jpg
│ │ │ ├── 004.jpg
│ │ │ ├── 005.jpg
│ │ │ ├── 006.jpg
│ │ │ ├── 007.jpg
│ │ │ └── 008.jpg
│ │ ├── Web.config
│ │ ├── Web.Debug.config
│ │ └── Web.Release.config
│ ├── HYWS.sln
│ ├── HYWS.suo
│ └── HYWS.v12.suo
├── 005 数据库文件及脚本
│ ├── HYCRM_log.ldf
│ ├── HYCRM.mdf
│ ├── HYCRM.sql
│ ├── MyDatabase_log.ldf
│ ├── MyDatabase.mdf
│ └── MyDatabase.sql
└── 源代码说明.pdf
495 directories, 1807 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论