Exemplo n.º 1
0
 public UcAutoKeys(MdlAutoKeys aks)
 {
     InitializeComponent();
     this.aks = aks;
     Left = 0;
     Top = 0;
     Width = 400;
     Height = 600;
 }
Exemplo n.º 2
0
 public UcAutoKeys(MdlAutoKeys aks)
 {
     InitializeComponent();
     this.aks = aks;
     Left     = 0;
     Top      = 0;
     Width    = 400;
     Height   = 600;
 }