基本信息
源码名称:C#开发的消除星星游戏源码
源码大小:1.18M
文件格式:.rar
开发语言:C#
更新时间:2023-04-16
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#开发的消除星星游戏源码
采用vs2010 开发的消除星星游戏 源码,可直接运行
文件清单
└── PopStar
├── GridPicture
│ ├── bin
│ │ ├── Debug
│ │ │ ├── GridPicture.dll
│ │ │ └── GridPicture.pdb
│ │ └── Release
│ │ ├── GridPicture.dll
│ │ └── GridPicture.pdb
│ ├── Coordinate.cs
│ ├── GridPicture.cs
│ ├── GridPicture.csproj
│ ├── GridPicture.Designer.cs
│ ├── GridPicture.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── GridPicture.csproj.FileListAbsolute.txt
│ │ │ ├── GridPicture.csproj.GenerateResource.Cache
│ │ │ ├── GridPicture.csprojResolveAssemblyReference.cache
│ │ │ ├── GridPicture.dll
│ │ │ ├── GridPicture.GridPicture.resources
│ │ │ ├── GridPicture.pdb
│ │ │ ├── GridPicture.Properties.Resources.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── GridPicture.csproj.FileListAbsolute.txt
│ │ ├── GridPicture.dll
│ │ ├── GridPicture.GridPicture.resources
│ │ ├── GridPicture.pdb
│ │ ├── GridPicture.Properties.Resources.resources
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ └── StarInfo.cs
├── images
│ ├── 1.png
│ ├── 2.png
│ ├── 3.png
│ ├── 4.png
│ ├── 5.png
│ ├── bg.png
│ └── none.png
├── PopStar
│ ├── bin
│ │ ├── Debug
│ │ │ ├── GridPicture.dll
│ │ │ ├── GridPicture.pdb
│ │ │ ├── images
│ │ │ │ ├── 1.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ ├── 4.png
│ │ │ │ └── 5.png
│ │ │ ├── PopStar.exe
│ │ │ ├── PopStar.pdb
│ │ │ ├── PopStar.vshost.exe
│ │ │ └── PopStar.vshost.exe.manifest
│ │ └── Release
│ │ ├── GridPicture.dll
│ │ ├── GridPicture.pdb
│ │ ├── images
│ │ │ ├── 1.png
│ │ │ ├── 2.png
│ │ │ ├── 3.png
│ │ │ ├── 4.png
│ │ │ └── 5.png
│ │ ├── PopStar.exe
│ │ ├── PopStar.pdb
│ │ ├── PopStar.vshost.exe
│ │ └── PopStar.vshost.exe.manifest
│ ├── images
│ │ ├── 1.png
│ │ ├── 2.png
│ │ ├── 3.png
│ │ ├── 4.png
│ │ ├── 5.png
│ │ └── none.png
│ ├── MainForm.cs
│ ├── MainForm.Designer.cs
│ ├── MainForm.resx
│ ├── obj
│ │ └── x86
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── PopStar.csproj.FileListAbsolute.txt
│ │ │ ├── PopStar.csproj.GenerateResource.Cache
│ │ │ ├── PopStar.csprojResolveAssemblyReference.cache
│ │ │ ├── PopStar.exe
│ │ │ ├── PopStar.MainForm.resources
│ │ │ ├── PopStar.pdb
│ │ │ ├── PopStar.Properties.Resources.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── PopStar.csproj.FileListAbsolute.txt
│ │ ├── PopStar.exe
│ │ ├── PopStar.MainForm.resources
│ │ ├── PopStar.pdb
│ │ ├── PopStar.Properties.Resources.resources
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── PopStar.csproj
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── PopStar.sln
└── 源码必读.txt
26 directories, 105 files
C#开发的消除星星游戏源码
采用vs2010 开发的消除星星游戏 源码,可直接运行
文件清单
└── PopStar
├── GridPicture
│ ├── bin
│ │ ├── Debug
│ │ │ ├── GridPicture.dll
│ │ │ └── GridPicture.pdb
│ │ └── Release
│ │ ├── GridPicture.dll
│ │ └── GridPicture.pdb
│ ├── Coordinate.cs
│ ├── GridPicture.cs
│ ├── GridPicture.csproj
│ ├── GridPicture.Designer.cs
│ ├── GridPicture.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── GridPicture.csproj.FileListAbsolute.txt
│ │ │ ├── GridPicture.csproj.GenerateResource.Cache
│ │ │ ├── GridPicture.csprojResolveAssemblyReference.cache
│ │ │ ├── GridPicture.dll
│ │ │ ├── GridPicture.GridPicture.resources
│ │ │ ├── GridPicture.pdb
│ │ │ ├── GridPicture.Properties.Resources.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── GridPicture.csproj.FileListAbsolute.txt
│ │ ├── GridPicture.dll
│ │ ├── GridPicture.GridPicture.resources
│ │ ├── GridPicture.pdb
│ │ ├── GridPicture.Properties.Resources.resources
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ └── StarInfo.cs
├── images
│ ├── 1.png
│ ├── 2.png
│ ├── 3.png
│ ├── 4.png
│ ├── 5.png
│ ├── bg.png
│ └── none.png
├── PopStar
│ ├── bin
│ │ ├── Debug
│ │ │ ├── GridPicture.dll
│ │ │ ├── GridPicture.pdb
│ │ │ ├── images
│ │ │ │ ├── 1.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ ├── 4.png
│ │ │ │ └── 5.png
│ │ │ ├── PopStar.exe
│ │ │ ├── PopStar.pdb
│ │ │ ├── PopStar.vshost.exe
│ │ │ └── PopStar.vshost.exe.manifest
│ │ └── Release
│ │ ├── GridPicture.dll
│ │ ├── GridPicture.pdb
│ │ ├── images
│ │ │ ├── 1.png
│ │ │ ├── 2.png
│ │ │ ├── 3.png
│ │ │ ├── 4.png
│ │ │ └── 5.png
│ │ ├── PopStar.exe
│ │ ├── PopStar.pdb
│ │ ├── PopStar.vshost.exe
│ │ └── PopStar.vshost.exe.manifest
│ ├── images
│ │ ├── 1.png
│ │ ├── 2.png
│ │ ├── 3.png
│ │ ├── 4.png
│ │ ├── 5.png
│ │ └── none.png
│ ├── MainForm.cs
│ ├── MainForm.Designer.cs
│ ├── MainForm.resx
│ ├── obj
│ │ └── x86
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── PopStar.csproj.FileListAbsolute.txt
│ │ │ ├── PopStar.csproj.GenerateResource.Cache
│ │ │ ├── PopStar.csprojResolveAssemblyReference.cache
│ │ │ ├── PopStar.exe
│ │ │ ├── PopStar.MainForm.resources
│ │ │ ├── PopStar.pdb
│ │ │ ├── PopStar.Properties.Resources.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── PopStar.csproj.FileListAbsolute.txt
│ │ ├── PopStar.exe
│ │ ├── PopStar.MainForm.resources
│ │ ├── PopStar.pdb
│ │ ├── PopStar.Properties.Resources.resources
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── PopStar.csproj
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── PopStar.sln
└── 源码必读.txt
26 directories, 105 files