Пример #1
0
 public void RepaintAllWindows()
 {
     if (fsmEditor != null)
     {
         fsmEditor.RepaintAllWindows();
     }
 }