Example #1
0
 /// <summary>
 /// Act Thread
 /// </summary>
 ///
 private void MTF_UserControlLoad_Load()
 {
     Invoke(new System.Windows.Forms.MethodInvoker(delegate()
     {
         txtsearch.Focus();
     }));
 }