基本信息
源码名称:XuXj按键精灵初试C#源代码
源码大小:0.03M
文件格式:.rar
开发语言:C#
更新时间:2023-04-28
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
XuXj按键精灵初试C#源代码
最近在玩网游,因为需要,就着手学习按键精灵 这是C#写的第一个脚本,很简单, 就是后台定时发送信息, 麻雀虽小.... 希望对大家学习入门有帮助。 VS2008提供源码下载


文件清单
├── Readme.txt
├── XuXj按键精灵初试01
│   ├── bin
│   │   └── Debug
│   │       ├── XuXj按键精灵初试01.exe
│   │       ├── XuXj按键精灵初试01.pdb
│   │       ├── XuXj按键精灵初试01.vshost.exe
│   │       └── XuXj按键精灵初试01.vshost.exe.manifest
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── obj
│   │   └── Debug
│   │       ├── TempPE
│   │       ├── XuXj按键精灵初试01.csproj.FileListAbsolute.txt
│   │       ├── XuXj按键精灵初试01.csproj.GenerateResource.Cache
│   │       ├── XuXj按键精灵初试01.exe
│   │       ├── XuXj按键精灵初试01.Form1.resources
│   │       ├── XuXj按键精灵初试01.pdb
│   │       └── XuXj按键精灵初试01.Properties.Resources.resources
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── XuXj按键精灵初试01.csproj
└── XuXj按键精灵初试01.sln

7 directories, 22 files