嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#实现的高仿360手机助手,界面可参考
360手机助手Demo-14.2.6更新x2
├── 360Mobile
│ ├── 360Mobile
│ │ ├── 100.ico
│ │ ├── 360Mobile.csproj
│ │ ├── 360Mobile.csproj.user
│ │ ├── FrmMain.Designer.cs
│ │ ├── FrmMain.cs
│ │ ├── FrmMain.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Release
│ │ │ ├── 360Mobile.exe
│ │ │ ├── 360Mobile.exe.config
│ │ │ ├── 360Mobile.pdb
│ │ │ ├── 360Mobile.vshost.exe
│ │ │ ├── 360Mobile.vshost.exe.manifest
│ │ │ ├── CSkin.dll
│ │ │ └── Microsoft.mshtml.dll
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── 360Mobile.csproj.FileListAbsolute.txt
│ │ │ ├── 360Mobile.csproj.GenerateResource.Cache
│ │ │ ├── 360Mobile.csprojResolveAssemblyReference.cache
│ │ │ ├── 360Mobile.exe
│ │ │ ├── 360Mobile.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── _360Mobile.FrmMain.resources
│ │ │ └── _360Mobile.Properties.Resources.resources
│ │ └── Release
│ │ ├── 360Mobile.csproj.CopyComplete
│ │ ├── 360Mobile.csproj.CoreCompileInputs.cache
│ │ ├── 360Mobile.csproj.FileListAbsolute.txt
│ │ ├── 360Mobile.csproj.GenerateResource.cache
│ │ ├── 360Mobile.csprojAssemblyReference.cache
│ │ ├── 360Mobile.csprojResolveAssemblyReference.cache
│ │ ├── 360Mobile.exe
│ │ ├── 360Mobile.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── _360Mobile.FrmMain.resources
│ │ └── _360Mobile.Properties.Resources.resources
│ ├── 360Mobile.sln
│ └── 360Mobile.v12.suo
├── 使用协议.txt
└── 更新文档.txt
10 directories, 46 files