Example #1
0
 /// <summary>
 /// open the status window; used for patching the remote client
 /// </summary>
 public static void RunStatusWindow()
 {
     StatusWindow = new TFrmStatus();
     StatusWindow.ShowDialog();
 }
Example #2
0
 /// <summary>
 /// open the status window; used for patching the remote client
 /// </summary>
 public static void RunStatusWindow()
 {
     StatusWindow = new TFrmStatus();
     StatusWindow.ShowDialog();
 }