Ejemplo n.º 1
0
 public void InitializeObject()
 {
     reportItemCollectionList = new List<ReportItemCollection>();        // インポート、エクスポートする際にアイテムを格納するコレクション。
     alarmItemCollectionList = new List<ReportItemCollection>();         // アラームが有効となっているアイテムを格納するコレクション。
     searchItemCollectionList = new List<ReportItemCollection>();        // 検索されたアイテムを格納するコレクション。
     logicCsv = new LogicCsv();                                          // エクスポートするCSVファイル用のチェッククラスのインスタンス作成。
     userconfig = new UserSetting();                                     // ユーザの設定情報を保存しておくyouserconfigクラスのインスタンス作成。
 }
Ejemplo n.º 2
0
 public void InitializeObject()
 {
     newuserSetting = new UserSetting();
     waveSound = new WaveSound();
 }