实例介绍
学习网络编程,学习.net,包含书籍里面的源代码,Visual_C__.NET程序设计实用教程(第2版)源代码完整版(罗福强教材)
【实例截图】
【核心代码】
Visual_C__.NET程序设计实用教程(第2版)源代码完整版(罗福强教材)
├── test9.txt
├── 案例代码
│ ├── MyAccounting
│ │ └── MyAccounting
│ │ ├── Financing _log.ldf
│ │ ├── Financing .mdf
│ │ ├── MyAccounting
│ │ │ ├── About.cs
│ │ │ ├── About.Designer.cs
│ │ │ ├── About.resx
│ │ │ ├── AddExpenditure.cs
│ │ │ ├── AddExpenditure.Designer.cs
│ │ │ ├── AddExpenditure.resx
│ │ │ ├── AddItems.cs
│ │ │ ├── AddItems.Designer.cs
│ │ │ ├── AddItems.resx
│ │ │ ├── Login.cs
│ │ │ ├── Login.Designer.cs
│ │ │ ├── Login.resx
│ │ │ ├── MainFrm.cs
│ │ │ ├── MainFrm.Designer.cs
│ │ │ ├── MainFrm.resx
│ │ │ ├── MyAccounting.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SelectList.cs
│ │ │ ├── SelectList.Designer.cs
│ │ │ ├── SelectList.resx
│ │ │ ├── UpdateExpenditure.cs
│ │ │ ├── UpdateExpenditure.Designer.cs
│ │ │ └── UpdateExpenditure.resx
│ │ ├── MyAccounting.sln
│ │ └── MyAccounting.suo
│ ├── MySchool
│ │ ├── MySchool
│ │ │ ├── AboutForm.cs
│ │ │ ├── AboutForm.Designer.cs
│ │ │ ├── AboutForm.resx
│ │ │ ├── app.config
│ │ │ ├── CourseFrm.cs
│ │ │ ├── CourseFrm.Designer.cs
│ │ │ ├── CourseFrm.resx
│ │ │ ├── CourseMsgFrm.cs
│ │ │ ├── CourseMsgFrm.Designer.cs
│ │ │ ├── CourseMsgFrm.resx
│ │ │ ├── Login.cs
│ │ │ ├── Login.Designer.cs
│ │ │ ├── Login.resx
│ │ │ ├── MainFrm.cs
│ │ │ ├── MainFrm.Designer.cs
│ │ │ ├── MainFrm.resx
│ │ │ ├── MySchool.cs
│ │ │ ├── MySchool.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ScoreMsgFrm.cs
│ │ │ ├── ScoreMsgFrm.Designer.cs
│ │ │ ├── ScoreMsgFrm.resx
│ │ │ ├── StudentFrm.cs
│ │ │ ├── StudentFrm.Designer.cs
│ │ │ ├── StudentFrm.resx
│ │ │ ├── StudentMsgFrm.cs
│ │ │ ├── StudentMsgFrm.Designer.cs
│ │ │ └── StudentMsgFrm.resx
│ │ ├── MySchool_log.ldf
│ │ ├── MySchool.mdf
│ │ ├── MySchool.sln
│ │ └── MySchool.suo
│ ├── Test1_1
│ │ ├── Test1_1
│ │ │ ├── HelloWorld.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Test1_1.csproj
│ │ ├── Test1_1.sln
│ │ └── Test1_1.suo
│ ├── Test1_2
│ │ ├── Test1_2
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test1_2.cs
│ │ │ ├── Test1_2.csproj
│ │ │ ├── Test1_2.Designer.cs
│ │ │ └── Test1_2.resx
│ │ ├── Test1_2.sln
│ │ └── Test1_2.suo
│ ├── test12_1
│ │ ├── test11_1.suo
│ │ ├── test12_1
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test12_1.cs
│ │ │ ├── test12_1.csproj
│ │ │ ├── Test12_1.Designer.cs
│ │ │ └── Test12_1.resx
│ │ ├── test12_1.sln
│ │ └── test12_1.suo
│ ├── test12_2
│ │ ├── test11_2.suo
│ │ ├── test12_2
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test12_2.cs
│ │ │ ├── test12_2.csproj
│ │ │ ├── Test12_2.Designer.cs
│ │ │ └── Test12_2.resx
│ │ ├── test12_2.sln
│ │ └── test12_2.suo
│ ├── test12_4
│ │ ├── test11_4.suo
│ │ ├── test12_4
│ │ │ ├── app.config
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test12_4.cs
│ │ │ ├── test12_4.csproj
│ │ │ ├── Test12_4.Designer.cs
│ │ │ └── Test12_4.resx
│ │ ├── test12_4.sln
│ │ └── test12_4.suo
│ ├── test12_5
│ │ ├── test11_6.suo
│ │ ├── test12_5
│ │ │ ├── DocForm.cs
│ │ │ ├── DocForm.Designer.cs
│ │ │ ├── DocForm.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SetDialog.cs
│ │ │ ├── SetDialog.Designer.cs
│ │ │ ├── SetDialog.resx
│ │ │ ├── Test12_5.cs
│ │ │ ├── test12_5.csproj
│ │ │ ├── Test12_5.Designer.cs
│ │ │ └── Test12_5.resx
│ │ ├── test12_5.sln
│ │ └── test12_5.suo
│ ├── test12_7
│ │ ├── test12_3.suo
│ │ ├── test12_7
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test12_7.cs
│ │ │ ├── test12_7.csproj
│ │ │ ├── Test12_7.designer.cs
│ │ │ └── Test12_7.resx
│ │ ├── test12_7.sln
│ │ └── test12_7.suo
│ ├── test12_8
│ │ ├── test12_4.suo
│ │ ├── test12_8
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test12_8.cs
│ │ │ ├── test12_8.csproj
│ │ │ ├── Test12_8.Designer.cs
│ │ │ └── Test12_8.resx
│ │ ├── test12_8.sln
│ │ └── test12_8.suo
│ ├── test12_9
│ │ ├── test12_5.suo
│ │ ├── test12_9
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test12_9.cs
│ │ │ ├── test12_9.csproj
│ │ │ ├── Test12_9.Designer.cs
│ │ │ └── Test12_9.resx
│ │ ├── test12_9.sln
│ │ └── test12_9.suo
│ ├── Test1_3
│ │ ├── Test1_3
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test1_3.cs
│ │ │ ├── Test1_3.csproj
│ │ │ ├── Test1_3.Designer.cs
│ │ │ └── Test1_3.resx
│ │ ├── Test1_3.sln
│ │ └── Test1_3.suo
│ ├── Test13_1
│ │ ├── Test13_1
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test13_1.cs
│ │ │ ├── Test13_1.csproj
│ │ │ ├── Test13_1.Designer.cs
│ │ │ └── Test13_1.resx
│ │ ├── Test13_1.sln
│ │ └── Test13_1.suo
│ ├── Test13_2
│ │ ├── Test13_2
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test13_2.cs
│ │ │ ├── Test13_2.csproj
│ │ │ ├── Test13_2.Designer.cs
│ │ │ └── Test13_2.resx
│ │ ├── Test13_2.sln
│ │ └── Test13_2.suo
│ ├── Test13_3
│ │ ├── Test13_3
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test13_3.cs
│ │ │ ├── Test13_3.csproj
│ │ │ ├── Test13_3.Designer.cs
│ │ │ └── Test13_3.resx
│ │ ├── Test13_3.sln
│ │ └── Test13_3.suo
│ ├── Test13_4
│ │ ├── Test13_4_C
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test13_4_C.cs
│ │ │ ├── Test13_4_C.csproj
│ │ │ ├── Test13_4_C.Designer.cs
│ │ │ └── Test13_4_C.resx
│ │ ├── Test13_4_S
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test13_4_S.cs
│ │ │ ├── Test13_4_S.csproj
│ │ │ ├── Test13_4_S.Designer.cs
│ │ │ └── Test13_4_S.resx
│ │ ├── Test13_4.sln
│ │ └── Test13_4.suo
│ ├── Test13_5
│ │ ├── Test13_5_R
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test13_5_R.cs
│ │ │ ├── Test13_5_R.csproj
│ │ │ ├── Test13_5_R.Designer.cs
│ │ │ └── Test13_5_R.resx
│ │ ├── Test13_5_S
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test13_5_S.cs
│ │ │ ├── Test13_5_S.csproj
│ │ │ ├── Test13_5_S.Designer.cs
│ │ │ └── Test13_5_S.resx
│ │ ├── Test13_5.sln
│ │ └── Test13_5.suo
│ ├── Test13_6
│ │ ├── Test13_6
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test13_6.cs
│ │ │ ├── Test13_6.csproj
│ │ │ ├── Test13_6.designer.cs
│ │ │ └── Test13_6.resx
│ │ ├── Test13_6.sln
│ │ └── Test13_6.suo
│ ├── Test13_7
│ │ ├── Test13_7
│ │ │ ├── Pop3Helper.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test13_7.cs
│ │ │ ├── Test13_7.csproj
│ │ │ ├── Test13_7.designer.cs
│ │ │ └── Test13_7.resx
│ │ ├── Test13_7.sln
│ │ └── Test13_7.suo
│ ├── Test13_8
│ │ ├── Test13_8
│ │ │ ├── FtpHelper.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test13_8.cs
│ │ │ ├── Test13_8.csproj
│ │ │ ├── Test13_8.designer.cs
│ │ │ └── Test13_8.resx
│ │ ├── Test13_8.sln
│ │ └── Test13_8.suo
│ ├── Test1_4
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── web.config
│ ├── test14_1
│ │ ├── test14_1
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test14_1.cs
│ │ │ ├── test14_1.csproj
│ │ │ ├── Test14_1.Designer.cs
│ │ │ └── Test14_1.resx
│ │ ├── test14_1.sln
│ │ └── test14_1.suo
│ ├── test14_2
│ │ ├── test14_2
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test14_2.cs
│ │ │ ├── test14_2.csproj
│ │ │ ├── Test14_2.Designer.cs
│ │ │ └── Test14_2.resx
│ │ ├── test14_2.sln
│ │ └── test14_2.suo
│ ├── test14_3
│ │ ├── test14_3
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test14_3.cs
│ │ │ ├── test14_3.csproj
│ │ │ ├── Test14_3.Designer.cs
│ │ │ └── Test14_3.resx
│ │ ├── test14_3.sln
│ │ └── test14_3.suo
│ ├── test14_4
│ │ ├── test14_4
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test14_4.cs
│ │ │ ├── test14_4.csproj
│ │ │ ├── Test14_4.Designer.cs
│ │ │ └── Test14_4.resx
│ │ ├── test14_4.sln
│ │ └── test14_4.suo
│ ├── test14_5
│ │ ├── test14_5
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test14_5.cs
│ │ │ ├── test14_5.csproj
│ │ │ ├── Test14_5.Designer.cs
│ │ │ └── Test14_5.resx
│ │ ├── test14_5.sln
│ │ └── test14_5.suo
│ ├── test2_1
│ │ ├── test2_1
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── test2_1.cs
│ │ │ ├── test2_1.csproj
│ │ │ ├── test2_1.Designer.cs
│ │ │ └── test2_1.resx
│ │ ├── test2_1.sln
│ │ └── test2_1.suo
│ ├── test2_2
│ │ ├── test2_2
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── test2_2.cs
│ │ │ ├── test2_2.csproj
│ │ │ ├── test2_2.Designer.cs
│ │ │ └── test2_2.resx
│ │ ├── test2_2.sln
│ │ └── test2_2.suo
│ ├── test2_3
│ │ ├── test2_3
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test2_3.cs
│ │ │ ├── test2_3.csproj
│ │ │ ├── Test2_3.Designer.cs
│ │ │ └── Test2_3.resx
│ │ ├── test2_3.sln
│ │ └── test2_3.suo
│ ├── test2_4
│ │ ├── test2_4
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test2_4.cs
│ │ │ ├── test2_4.csproj
│ │ │ ├── Test2_4.Designer.cs
│ │ │ └── Test2_4.resx
│ │ ├── test2_4.sln
│ │ └── test2_4.suo
│ ├── test2_5
│ │ ├── test2_5
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test2_5.cs
│ │ │ ├── test2_5.csproj
│ │ │ ├── Test2_5.Designer.cs
│ │ │ └── Test2_5.resx
│ │ ├── test2_5.sln
│ │ └── test2_5.suo
│ ├── test2_6
│ │ ├── test2_6
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test2_6.cs
│ │ │ ├── test2_6.csproj
│ │ │ ├── Test2_6.Designer.cs
│ │ │ └── Test2_6.resx
│ │ ├── test2_6.sln
│ │ └── test2_6.suo
│ ├── test2_7
│ │ ├── test2_7
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test2_7.cs
│ │ │ ├── test2_7.csproj
│ │ │ ├── Test2_7.Designer.cs
│ │ │ └── Test2_7.resx
│ │ ├── test2_7.sln
│ │ └── test2_7.suo
│ ├── test2_8
│ │ ├── test2_8
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test2_8.cs
│ │ │ ├── test2_8.csproj
│ │ │ ├── Test2_8.Designer.cs
│ │ │ └── Test2_8.resx
│ │ ├── test2_8.sln
│ │ └── test2_8.suo
│ ├── test2_9
│ │ ├── test2_9
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test2_9.cs
│ │ │ ├── test2_9.csproj
│ │ │ ├── Test2_9.Designer.cs
│ │ │ └── Test2_9.resx
│ │ ├── test2_9.sln
│ │ └── test2_9.suo
│ ├── test3_1
│ │ ├── test3_1
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test3_1.cs
│ │ │ ├── test3_1.csproj
│ │ │ ├── Test3_1.Designer.cs
│ │ │ └── Test3_1.resx
│ │ ├── test3_1.sln
│ │ └── test3_1.suo
│ ├── test3_10
│ │ ├── test3_10
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test3_10.cs
│ │ │ ├── test3_10.csproj
│ │ │ ├── Test3_10.Designer.cs
│ │ │ └── Test3_10.resx
│ │ ├── test3_10.sln
│ │ └── test3_10.suo
│ ├── test3_2
│ │ ├── test3_2
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test3_2.cs
│ │ │ ├── test3_2.csproj
│ │ │ ├── Test3_2.Designer.cs
│ │ │ └── Test3_2.resx
│ │ ├── test3_2.sln
│ │ └── test3_2.suo
│ ├── test3_3
│ │ ├── test3_3
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test3_3.cs
│ │ │ ├── test3_3.csproj
│ │ │ ├── Test3_3.Designer.cs
│ │ │ └── Test3_3.resx
│ │ ├── test3_3.sln
│ │ └── test3_3.suo
│ ├── Test3_4
│ │ ├── Test3_4
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test3_4.cs
│ │ │ ├── test3_4.csproj
│ │ │ ├── Test3_4.Designer.cs
│ │ │ └── Test3_4.resx
│ │ ├── Test3_4.sln
│ │ └── Test3_4.suo
│ ├── test3_5
│ │ ├── test3_5
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test3_5.cs
│ │ │ ├── test3_5.csproj
│ │ │ ├── Test3_5.Designer.cs
│ │ │ └── Test3_5.resx
│ │ ├── test3_5.sln
│ │ └── test3_5.suo
│ ├── test3_6
│ │ ├── test3_6
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test3_6.cs
│ │ │ ├── test3_6.csproj
│ │ │ ├── Test3_6.Designer.cs
│ │ │ └── Test3_6.resx
│ │ ├── test3_6.sln
│ │ └── test3_6.suo
│ ├── test3_7
│ │ ├── test3_7
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test3_7.cs
│ │ │ ├── test3_7.csproj
│ │ │ ├── Test3_7.Designer.cs
│ │ │ └── Test3_7.resx
│ │ ├── test3_7.sln
│ │ └── test3_7.suo
│ ├── test3_8
│ │ ├── test3_8
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test3_8.cs
│ │ │ ├── test3_8.csproj
│ │ │ ├── Test3_8.Designer.cs
│ │ │ └── Test3_8.resx
│ │ ├── test3_8.sln
│ │ └── test3_8.suo
│ ├── test3_9
│ │ ├── test3_9
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test3_9.cs
│ │ │ ├── test3_9.csproj
│ │ │ ├── Test3_9.Designer.cs
│ │ │ └── Test3_9.resx
│ │ ├── test3_9.sln
│ │ └── test3_9.suo
│ ├── test4
│ │ ├── code4_1.sln
│ │ ├── code4_1.suo
│ │ ├── ConsoleApplication1
│ │ │ ├── ConsoleApplication1.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── WindowsFormsApplication1
│ │ ├── Code4.csproj
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Test4-10.cs
│ │ ├── Test4-10.Designer.cs
│ │ ├── Test4-10.resx
│ │ ├── Test4_1.cs
│ │ ├── Test4_1.Designer.cs
│ │ ├── Test4_1.resx
│ │ ├── Test4_2.cs
│ │ ├── Test4_2.Designer.cs
│ │ ├── Test4_2.resx
│ │ ├── Test4_3.cs
│ │ ├── Test4_3.Designer.cs
│ │ ├── Test4_3.resx
│ │ ├── Test4_5.cs
│ │ ├── Test4_5.Designer.cs
│ │ ├── Test4_5.resx
│ │ ├── Test4_6.cs
│ │ ├── Test4_6.Designer.cs
│ │ ├── Test4_6.resx
│ │ ├── Test4-7.cs
│ │ ├── Test4-7.Designer.cs
│ │ ├── Test4-7.resx
│ │ ├── Test4_8.cs
│ │ ├── Test4_8.Designer.cs
│ │ ├── Test4_8.resx
│ │ ├── Test4-9.cs
│ │ ├── Test4-9.Designer.cs
│ │ ├── Test4-9.resx
│ │ ├── Test4_X.cs
│ │ ├── Test4_X.Designer.cs
│ │ └── Test4_X.resx
│ ├── Test5
│ │ └── Test5
│ │ ├── Test5.sln
│ │ ├── Test5.suo
│ │ └── WindowsFormsApplication1
│ │ ├── Exp5_1.cs
│ │ ├── Exp5_1.Designer.cs
│ │ ├── Exp5_1.resx
│ │ ├── Exp5_2.cs
│ │ ├── Exp5_2.Designer.cs
│ │ ├── Exp5_2.resx
│ │ ├── Exp5_3.cs
│ │ ├── Exp5_3.Designer.cs
│ │ ├── Exp5_3.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Test1.cs
│ │ ├── Test2.cs
│ │ ├── Test5_1.cs
│ │ ├── Test5_1.Designer.cs
│ │ ├── Test5_1.resx
│ │ ├── Test5_2.cs
│ │ ├── Test5_2.Designer.cs
│ │ ├── Test5_2.resx
│ │ ├── Test5_3.cs
│ │ ├── Test5_3.Designer.cs
│ │ ├── Test5_3.resx
│ │ ├── Test5_4.cs
│ │ ├── Test5_4.Designer.cs
│ │ ├── Test5_4.resx
│ │ ├── Test5_5.cs
│ │ ├── Test5_5.Designer.cs
│ │ ├── Test5_5.resx
│ │ ├── Test5_6.cs
│ │ ├── Test5_6.Designer.cs
│ │ ├── Test5_6.resx
│ │ ├── Test5_7.cs
│ │ ├── Test5_7.Designer.cs
│ │ ├── Test5_7.resx
│ │ ├── Test5_8.cs
│ │ ├── Test5_8.Designer.cs
│ │ ├── Test5_8.resx
│ │ └── Test5.csproj
│ ├── Test6
│ │ └── Test6
│ │ ├── Test6
│ │ │ ├── Exp6_1.cs
│ │ │ ├── Exp6_1.Designer.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test6_1.cs
│ │ │ ├── Test6_1.Designer.cs
│ │ │ ├── Test6_1.resx
│ │ │ ├── Test6_2.cs
│ │ │ ├── Test6_2.Designer.cs
│ │ │ ├── Test6_2.resx
│ │ │ ├── Test6_3.cs
│ │ │ ├── Test6_3.Designer.cs
│ │ │ ├── Test6_3.resx
│ │ │ ├── Test6_4.cs
│ │ │ ├── Test6_4.Designer.cs
│ │ │ ├── Test6_4.resx
│ │ │ └── Test6.csproj
│ │ ├── Test6.sln
│ │ └── Test6.suo
│ ├── test7_1
│ │ ├── test7_1
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test7_1.cs
│ │ │ ├── test7_1.csproj
│ │ │ ├── Test7_1.Designer.cs
│ │ │ └── Test7_1.resx
│ │ ├── test7_1.sln
│ │ └── test7_1.suo
│ ├── test7_2
│ │ ├── test7_2
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test7_2.cs
│ │ │ ├── test7_2.csproj
│ │ │ ├── Test7_2.Designer.cs
│ │ │ └── Test7_2.resx
│ │ ├── test7_2.sln
│ │ └── test7_2.suo
│ ├── test7_4
│ │ ├── test7_4
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test7_4.cs
│ │ │ ├── test7_4.csproj
│ │ │ ├── Test7_4.Designer.cs
│ │ │ └── Test7_4.resx
│ │ ├── test7_4.sln
│ │ └── test7_4.suo
│ ├── test8_1
│ │ ├── test8_1
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test8_1.cs
│ │ │ ├── test8_1.csproj
│ │ │ ├── Test8_1.Designer.cs
│ │ │ └── Test8_1.resx
│ │ ├── test8_1.sln
│ │ └── test8_1.suo
│ ├── test8_3
│ │ ├── test8_3
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test8_3.cs
│ │ │ ├── test8_3.csproj
│ │ │ ├── Test8_3.Designer.cs
│ │ │ └── Test8_3.resx
│ │ ├── test8_3.sln
│ │ └── test8_3.suo
│ ├── test8_4
│ │ ├── test8_4
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test8_4.cs
│ │ │ ├── test8_4.csproj
│ │ │ ├── Test8_4.Designer.cs
│ │ │ └── Test8_4.resx
│ │ ├── test8_4.sln
│ │ └── test8_4.suo
│ └── train12_1
│ ├── train11_1.suo
│ ├── train12_1
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Train12_1.cs
│ │ ├── train12_1.csproj
│ │ ├── Train12_1.Designer.cs
│ │ └── Train12_1.resx
│ └── train12_1.sln
└── 注意事项.txt
173 directories, 800 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论