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