Example #1
0
 public static MB_Manage CreateInstance()
 {
     if (_instance == null)
     {
         _instance = new MB_Manage();
     }
     return(_instance);
 }