コード例 #1
0
ファイル: UcWincAutoKeys.cs プロジェクト: quadrowin/afkgamer
 public UcAutoKeys(MdlAutoKeys aks)
 {
     InitializeComponent();
     this.aks = aks;
     Left = 0;
     Top = 0;
     Width = 400;
     Height = 600;
 }
コード例 #2
0
ファイル: UcWincAutoKeys.cs プロジェクト: quadrowin/afkgamer
 public UcAutoKeys(MdlAutoKeys aks)
 {
     InitializeComponent();
     this.aks = aks;
     Left     = 0;
     Top      = 0;
     Width    = 400;
     Height   = 600;
 }