Example #1
0
 public static int create()
 {
     if (gthis != null)
     {
         return(0);
     }
     else
     {
         gthis = new ObjMan();
         return(0);
     }
 }
Example #2
0
 public ObjMan()
 {
     create();
     gthis = this;
 }