Example #1
0
 public static void DestroyWnd(UIType uiID)
 {
     if (Singlton != null)
     {
         Singlton.DestroyWndSync(uiID);
     }
 }