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