示例#1
0
 public static void Delete(ZObject obj)
 {
     ZObjectFactory.Delete(obj);
 }
示例#2
0
 public static T Create <T>() where T : ZObject
 {
     return(ZObjectFactory.Create() as T);
 }