.
├── VB.NET入门实例.rar
└── mooc1524207970701-1-1
├── mooc1524207970701-1-1
│ ├── Form1.Designer.vb
│ ├── Form1.resx
│ ├── Form1.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ │ ├── mooc1524207970701-1-1.exe
│ │ │ ├── mooc1524207970701-1-1.pdb
│ │ │ ├── mooc1524207970701-1-1.vshost.exe
│ │ │ └── mooc1524207970701-1-1.xml
│ │ └── Release
│ ├── mooc1524207970701-1-1.vbproj
│ ├── mooc1524207970701-1-1.vbproj.user
│ └── obj
│ └── x86
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ │ └── My Project.Resources.Designer.vb.dll
│ │ ├── mooc1524207970701-1-1.exe
│ │ ├── mooc1524207970701-1-1.pdb
│ │ ├── mooc1524207970701-1-1.vbproj.FileListAbsolute.txt
│ │ ├── mooc1524207970701-1-1.vbproj.GenerateResource.Cache
│ │ ├── mooc1524207970701-1-1.xml
│ │ ├── mooc1524207970701_1_1.Form1.resources
│ │ └── mooc1524207970701_1_1.Resources.resources
│ └── Release
├── mooc1524207970701-1-1.sln
└── mooc1524207970701-1-1.suo
11 directories, 29 files
评论