Exemplo n.º 1
0
 public static void ShowLogs()
 {
     if (rlf == null || rlf.IsDisposed) {
         rlf = new ResponseLogForm();
         rlf.Show();
     }
     else {
         rlf.Focus();
     }
 }
Exemplo n.º 2
0
 public static void ShowLogs()
 {
     if (rlf == null || rlf.IsDisposed)
     {
         rlf = new ResponseLogForm();
         rlf.Show();
     }
     else
     {
         rlf.Focus();
     }
 }