请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
。。。。。。。
大学生c#案例
├── Database
│ ├── 2.sql
│ ├── student.mdf
│ └── student_log.ldf
├── 源代码
│ └── test1
│ ├── imgs
│ │ ├── 1.jpg
│ │ └── 2.jpg
│ ├── test1
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form3.Designer.cs
│ │ ├── Form3.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── 1.jpg
│ │ │ ├── 2.jpg
│ │ │ └── psb.jpg
│ │ ├── aboutForm.Designer.cs
│ │ ├── aboutForm.cs
│ │ ├── addgradeForm.Designer.cs
│ │ ├── addgradeForm.cs
│ │ ├── addmanForm.Designer.cs
│ │ ├── addmanForm.cs
│ │ ├── addstuForm.Designer.cs
│ │ ├── addstuForm.cs
│ │ ├── addteacForm.Designer.cs
│ │ ├── addteacForm.cs
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── test1.exe
│ │ │ ├── test1.exe.config
│ │ │ ├── test1.pdb
│ │ │ ├── test1.vshost.exe
│ │ │ ├── test1.vshost.exe.config
│ │ │ └── test1.vshost.exe.manifest
│ │ ├── chooseForm.Designer.cs
│ │ ├── chooseForm.cs
│ │ ├── countForm.Designer.cs
│ │ ├── countForm.cs
│ │ ├── kaisheForm.Designer.cs
│ │ ├── kaisheForm.cs
│ │ ├── loginForm.Designer.cs
│ │ ├── loginForm.cs
│ │ ├── modifygradeFram.Designer.cs
│ │ ├── modifygradeFram.cs
│ │ ├── modifymanForm.Designer.cs
│ │ ├── modifymanForm.cs
│ │ ├── modifymimaForm.Designer.cs
│ │ ├── modifymimaForm.cs
│ │ ├── modifystuForm.Designer.cs
│ │ ├── modifystuForm.cs
│ │ ├── modifyteacForm.Designer.cs
│ │ ├── modifyteacForm.cs
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── studentDataSet.Designer.cs.dll
│ │ │ │ └── studentDataSet1.Designer.cs.dll
│ │ │ ├── test1.Properties.Resources.resources
│ │ │ ├── test1.csproj.FileListAbsolute.txt
│ │ │ ├── test1.csproj.GenerateResource.Cache
│ │ │ ├── test1.csprojAssemblyReference.cache
│ │ │ ├── test1.csprojResolveAssemblyReference.cache
│ │ │ ├── test1.exe
│ │ │ └── test1.pdb
│ │ ├── searchclassForm.Designer.cs
│ │ ├── searchclassForm.cs
│ │ ├── searchgradeForm.Designer.cs
│ │ ├── searchgradeForm.cs
│ │ ├── showkebiaoForm.Designer.cs
│ │ ├── showkebiaoForm.cs
│ │ ├── studentDataSet.Designer.cs
│ │ ├── studentDataSet.xsc
│ │ ├── studentDataSet.xsd
│ │ ├── studentDataSet.xss
│ │ ├── studentDataSet1.Designer.cs
│ │ ├── studentDataSet1.xsc
│ │ ├── studentDataSet1.xsd
│ │ ├── studentDataSet1.xss
│ │ └── test1.csproj
│ ├── test1.sln
│ └── test1.suo
├── 登录说明.txt
└── 学生选课及成绩查询管理系统的设计与开发报告.docx
13 directories, 87 files