Exemplo n.º 1
0
 public ResizeForm(BaseForm rootform)
 {
     InitializeComponent();
     _root     = rootform;
     _auto     = new AutoItX3Class();
     Searching = false;
     CheckForIllegalCrossThreadCalls = false;
 }
Exemplo n.º 2
0
 public Form1()
 {
     InitializeComponent();
     m_AutoIt = new AutoItX3Class();
 }