Beispiel #1
0
 public static EditNumberForm getInstance()
 {
     if (objInstance == null)
     {
         objInstance = new EditNumberForm();
     }
     return(objInstance);
 }
Beispiel #2
0
 public static EditNumberForm getInstance()
 {
     if (objInstance == null) objInstance = new EditNumberForm();
     return objInstance;
 }