Esempio n. 1
0
 public static void RepaintIfOpen()
 {
     if (s_window != null)
     {
         s_window.Repaint();
     }
 }