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