Пример #1
0
 static public int DelteLastNode(IntPtr l)
 {
     try {
         UIGridCellMgr self = (UIGridCellMgr)checkSelf(l);
         self.DelteLastNode();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }