Beispiel #1
0
 public ServiceThread()
 {
     queryhelper = new DowntimeQueryHelper();
     timehelper = new TimeSplitHelper();
     reporthelper = new ReportHelper();
     dtsLogic = new DownTimeSplitLogic();
 }
 public static TimeSplitHelper GetInstance()
 {
     if (m_timesplithelper == null)
     {
         m_timesplithelper = new TimeSplitHelper();
     }
     return m_timesplithelper;
 }
 public DownTimeSplitLogic()
 {
     timehelper = new TimeSplitHelper();
     queryhelper = new DowntimeQueryHelper();
 }