예제 #1
0
 public void destroyWindow(string window)
 {
     CeguiBindingsPINVOKE.WindowManager_destroyWindow__SWIG_1(swigCPtr, new CeguiDotNet.String(window).HandleRef);
     if (CeguiBindingsPINVOKE.SWIGPendingException.Pending)
     {
         throw CeguiBindingsPINVOKE.SWIGPendingException.Retrieve();
     }
 }