基本信息
源码名称:C#扫雷源代码
源码大小:0.48M
文件格式:.rar
开发语言:C#
更新时间:2023-05-08
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#扫雷源代码
内容包含C#编写的扫雷源代码!适合初学C#的编程人员阅读!
文件清单
└── Mine
├── Mine
│ ├── bin
│ │ └── Debug
│ │ ├── Help.CHM
│ │ ├── Help.chw
│ │ ├── Mine.exe
│ │ ├── Mine.pdb
│ │ └── Mine.vshost.exe
│ ├── Cnfig.xml
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form2.cs
│ ├── Form2.Designer.cs
│ ├── Form2.resx
│ ├── Help.txt
│ ├── Mine.csproj
│ ├── Model
│ │ ├── Controls.cs
│ │ ├── Manage.cs
│ │ └── Pane.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Mine.csproj.GenerateResource.Cache
│ │ │ ├── Mine.exe
│ │ │ ├── Mine.Form2.resources
│ │ │ ├── Mine.pdb
│ │ │ ├── Mine.Properties.Resources.resources
│ │ │ ├── Mine.UIL.Form1.resources
│ │ │ ├── Mine.UIL.MainForms.resources
│ │ │ ├── Mine.UIL.PaneForms.resources
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Mine.csproj.FileListAbsolute.txt
│ │ └── Mine.csproj.FileList.txt
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── 01.png
│ │ ├── 0.png
│ │ ├── 11.png
│ │ ├── -1.png
│ │ ├── 1.png
│ │ ├── 21.png
│ │ ├── 2.png
│ │ ├── 31.png
│ │ ├── 3.png
│ │ ├── 41.png
│ │ ├── 4.png
│ │ ├── 51.png
│ │ ├── 5.png
│ │ ├── 61.png
│ │ ├── 6.png
│ │ ├── 71.png
│ │ ├── 7.png
│ │ ├── 81.png
│ │ ├── 8.png
│ │ ├── 91.png
│ │ ├── 9.png
│ │ ├── aaa.png
│ │ ├── B1.PNG
│ │ ├── Bomp1.PNG
│ │ ├── Bomp.PNG
│ │ ├── B.PNG
│ │ ├── button11.PNG
│ │ ├── button1.PNG
│ │ ├── button21.PNG
│ │ ├── button2.PNG
│ │ ├── button31.PNG
│ │ ├── button3.PNG
│ │ ├── button41.PNG
│ │ ├── button4.PNG
│ │ ├── button51.PNG
│ │ ├── button5.PNG
│ │ ├── button61.PNG
│ │ ├── button6.PNG
│ │ ├── button71.PNG
│ │ ├── button7.PNG
│ │ ├── button81.PNG
│ │ ├── button8.PNG
│ │ ├── Face11.png
│ │ ├── Face1.png
│ │ ├── Face21.png
│ │ ├── Face2.png
│ │ ├── Face31.png
│ │ ├── Face3.png
│ │ ├── Face41.png
│ │ ├── Face4.png
│ │ ├── guanyu.png
│ │ ├── Marked1.png
│ │ ├── Marked.png
│ │ ├── MarkedWrong1.PNG
│ │ ├── MarkedWrong.PNG
│ │ ├── -.png
│ │ ├── question1.PNG
│ │ ├── question.PNG
│ │ ├── Thumbs.db
│ │ └── welcome.gif
│ └── UIL
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── MainForms.cs
│ ├── MainForms.Designer.cs
│ ├── MainForms.resx
│ ├── PaneForms.cs
│ ├── PaneForms.Designer.cs
│ └── PaneForms.resx
├── Mine.sln
└── Mine.suo
12 directories, 104 files
C#扫雷源代码
内容包含C#编写的扫雷源代码!适合初学C#的编程人员阅读!
文件清单
└── Mine
├── Mine
│ ├── bin
│ │ └── Debug
│ │ ├── Help.CHM
│ │ ├── Help.chw
│ │ ├── Mine.exe
│ │ ├── Mine.pdb
│ │ └── Mine.vshost.exe
│ ├── Cnfig.xml
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form2.cs
│ ├── Form2.Designer.cs
│ ├── Form2.resx
│ ├── Help.txt
│ ├── Mine.csproj
│ ├── Model
│ │ ├── Controls.cs
│ │ ├── Manage.cs
│ │ └── Pane.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Mine.csproj.GenerateResource.Cache
│ │ │ ├── Mine.exe
│ │ │ ├── Mine.Form2.resources
│ │ │ ├── Mine.pdb
│ │ │ ├── Mine.Properties.Resources.resources
│ │ │ ├── Mine.UIL.Form1.resources
│ │ │ ├── Mine.UIL.MainForms.resources
│ │ │ ├── Mine.UIL.PaneForms.resources
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Mine.csproj.FileListAbsolute.txt
│ │ └── Mine.csproj.FileList.txt
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── 01.png
│ │ ├── 0.png
│ │ ├── 11.png
│ │ ├── -1.png
│ │ ├── 1.png
│ │ ├── 21.png
│ │ ├── 2.png
│ │ ├── 31.png
│ │ ├── 3.png
│ │ ├── 41.png
│ │ ├── 4.png
│ │ ├── 51.png
│ │ ├── 5.png
│ │ ├── 61.png
│ │ ├── 6.png
│ │ ├── 71.png
│ │ ├── 7.png
│ │ ├── 81.png
│ │ ├── 8.png
│ │ ├── 91.png
│ │ ├── 9.png
│ │ ├── aaa.png
│ │ ├── B1.PNG
│ │ ├── Bomp1.PNG
│ │ ├── Bomp.PNG
│ │ ├── B.PNG
│ │ ├── button11.PNG
│ │ ├── button1.PNG
│ │ ├── button21.PNG
│ │ ├── button2.PNG
│ │ ├── button31.PNG
│ │ ├── button3.PNG
│ │ ├── button41.PNG
│ │ ├── button4.PNG
│ │ ├── button51.PNG
│ │ ├── button5.PNG
│ │ ├── button61.PNG
│ │ ├── button6.PNG
│ │ ├── button71.PNG
│ │ ├── button7.PNG
│ │ ├── button81.PNG
│ │ ├── button8.PNG
│ │ ├── Face11.png
│ │ ├── Face1.png
│ │ ├── Face21.png
│ │ ├── Face2.png
│ │ ├── Face31.png
│ │ ├── Face3.png
│ │ ├── Face41.png
│ │ ├── Face4.png
│ │ ├── guanyu.png
│ │ ├── Marked1.png
│ │ ├── Marked.png
│ │ ├── MarkedWrong1.PNG
│ │ ├── MarkedWrong.PNG
│ │ ├── -.png
│ │ ├── question1.PNG
│ │ ├── question.PNG
│ │ ├── Thumbs.db
│ │ └── welcome.gif
│ └── UIL
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── MainForms.cs
│ ├── MainForms.Designer.cs
│ ├── MainForms.resx
│ ├── PaneForms.cs
│ ├── PaneForms.Designer.cs
│ └── PaneForms.resx
├── Mine.sln
└── Mine.suo
12 directories, 104 files