Пример #1
0
 public static void UpdateFrame()
 {
     if (_EventMgr != null)
     {
         _EventMgr.DispatchEvent();
     }
 }