public static CompareChartService GetInstance()
 {
     if (_instance == null)
     {
         _instance = new CompareChartService();
     }
     return _instance;
 }
Example #2
0
 public static CompareChartService GetAppInstance()
 {
     if (_appInstance == null)
     {
         _appInstance = new CompareChartService(true);
     }
     return(_appInstance);
 }
 public static CompareChartService GetAppInstance()
 {
     if (_appInstance == null)
     {
         _appInstance = new CompareChartService(true);
     }
     return _appInstance;
 }
Example #4
0
 public static CompareChartService GetInstance()
 {
     if (_instance == null)
     {
         _instance = new CompareChartService();
     }
     return(_instance);
 }