Esempio n. 1
0
 public static AlarmSound GetInstance()
 {
     if (_alarmTypeSoundObj == null)
     {
         _alarmTypeSoundObj = new AlarmSound();
     }
     return _alarmTypeSoundObj;
 }
Esempio n. 2
0
 public static AlarmSound GetInstance()
 {
     if (_alarmTypeSoundObj == null)
     {
         _alarmTypeSoundObj = new AlarmSound();
     }
     return(_alarmTypeSoundObj);
 }