Example #1
0
 public static AlarmReportForm getSingleton()
 {
     if (singleton == null)
     {
         singleton = new AlarmReportForm();
     }
     return(singleton);
 }
Example #2
0
 public static AlarmReportForm getSingleton()
 {
     if (singleton == null)
         singleton = new AlarmReportForm();
     return singleton;
 }