コード例 #1
0
ファイル: AlarmReportForm.cs プロジェクト: damonlin/Monitor
 public static AlarmReportForm getSingleton()
 {
     if (singleton == null)
     {
         singleton = new AlarmReportForm();
     }
     return(singleton);
 }
コード例 #2
0
ファイル: AlarmReportForm.cs プロジェクト: damonlin/Reporter
 public static AlarmReportForm getSingleton()
 {
     if (singleton == null)
         singleton = new AlarmReportForm();
     return singleton;
 }