C#学习教程├── Case05_4
│ ├── Case05_4.csproj
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── Case05_4.exe
│ │ ├── Case05_4.pdb
│ │ └── mydata.accdb
│ └── obj
│ └── Debug
│ ├── Case05_4.Form1.resources
│ ├── Case05_4.Properties.Resources.resources
│ ├── Case05_4.csproj.CoreCompileInputs.cache
│ ├── Case05_4.csproj.FileListAbsolute.txt
│ ├── Case05_4.csproj.GenerateResource.cache
│ ├── Case05_4.csprojAssemblyReference.cache
│ ├── Case05_4.exe
│ ├── Case05_4.pdb
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
└── Case05_4.sln
7 directories, 25 files
评论