示例#1
0
文件: AHK.cs 项目: LJarvinen/GameHaxr
 public void ExecLabel(string labelName)
 {
     ahk.ExecLabel(labelName);
 }