Пример #1
0
 public static void RepaintAll()
 {
     if (Instance != null)
     {
         Instance.Repaint();
     }
 }