public static AlarmReportForm getSingleton() { if (singleton == null) { singleton = new AlarmReportForm(); } return(singleton); }
public static AlarmReportForm getSingleton() { if (singleton == null) singleton = new AlarmReportForm(); return singleton; }