嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# winform 桌面宠物 17种动物
超级有趣的桌面宠物 C#源码 我已经运用到自己的项目中 现在分享给大家
.
├── C# winform 桌面宠物 17种动物_DFishShow.zip
└── DFishShow
├── 2.ico
├── 4.ico
├── Backup
│ ├── DFishShow
│ │ ├── Animal.cs
│ │ ├── AnimalShow.Designer.cs
│ │ ├── AnimalShow.cs
│ │ ├── AnimalShow.resx
│ │ ├── CreateForm.cs
│ │ ├── CreateForm.designer.cs
│ │ ├── CreateForm.resx
│ │ ├── DFishShow.csproj
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ └── 1.jpg
│ │ ├── Speedy Gonzales.ico
│ │ └── Win32.cs
│ ├── DFishShow.sln
│ └── DFishShow.v11.suo
├── DFishShow
│ ├── Animal.cs
│ ├── AnimalShow.Designer.cs
│ ├── AnimalShow.cs
│ ├── AnimalShow.resx
│ ├── CreateForm.cs
│ ├── CreateForm.designer.cs
│ ├── CreateForm.resx
│ ├── DFishShow.csproj
│ ├── DFishShow.csproj.user
│ ├── MainForm.Designer.cs
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ └── 1.jpg
│ ├── Speedy Gonzales.ico
│ ├── Thumbs.db
│ ├── Win32.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Animal
│ │ │ ├── Rant金鱼.anm
│ │ │ ├── 叫啥.anm
│ │ │ ├── 海盗.anm
│ │ │ ├── 箭鱼.anm
│ │ │ ├── 金鱼.anm
│ │ │ ├── 鲤鱼.anm
│ │ │ ├── 鲸鱼.anm
│ │ │ ├── 丑丑鱼.anm
│ │ │ ├── 热带鱼.anm
│ │ │ ├── 红锦鲤.anm
│ │ │ ├── 美人鱼.anm
│ │ │ ├── 骷髅头.anm
│ │ │ ├── 橙色锦鲤.anm
│ │ │ ├── 黑色金鲤.anm
│ │ │ ├── 泡泡人物A.anm
│ │ │ ├── 热带小梭鱼.anm
│ │ │ └── 白色大金鱼.anm
│ │ ├── DFishShow.exe
│ │ ├── DFishShow.pdb
│ │ ├── DFishShow.vshost.exe
│ │ └── DFishShow.vshost.exe.manifest
│ └── obj
│ ├── DFishShow.csproj.FileList.txt
│ └── Debug
│ ├── DFishShow.AnimalShow.resources
│ ├── DFishShow.CreateForm.resources
│ ├── DFishShow.MainForm.resources
│ ├── DFishShow.Properties.Resources.resources
│ ├── DFishShow.csproj.FileListAbsolute.txt
│ ├── DFishShow.csproj.GenerateResource.Cache
│ ├── DFishShow.exe
│ ├── DFishShow.pdb
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Refactor
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── DFishShow.sln
├── DFishShow.suo
├── DFishShow.v11.suo
├── Thumbs.db
├── UpgradeLog.XML
├── UpgradeLog.htm
├── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport.xslt
│ ├── UpgradeReport_Error.png
│ ├── UpgradeReport_Information.png
│ ├── UpgradeReport_Success.png
│ └── UpgradeReport_Warning.png
├── image34.ico
├── image387.ico
├── image483.ico
└── 未命名-1.ico
16 directories, 95 files