예제 #1
0
 public static PlantChartService GetAppInstance()
 {
     if (_appinstance == null)
     {
         _appinstance = new PlantChartService(true);
     }
     return(_appinstance);
 }
예제 #2
0
 public static PlantChartService GetInstance()
 {
     if (_instance == null)
     {
         _instance = new PlantChartService();
     }
     return _instance;
 }
예제 #3
0
 public static PlantChartService GetInstance()
 {
     if (_instance == null)
     {
         _instance = new PlantChartService();
     }
     return(_instance);
 }
예제 #4
0
 public static PlantChartService GetAppInstance()
 {
     if (_appinstance == null)
     {
         _appinstance = new PlantChartService(true);
     }
     return _appinstance;
 }