static public PhoneCallState GetInstance() { if (ringState == null) { ringState = new PhoneCallRing(); } return(ringState); }
public PhoneCallState Ring() { Log.Debug("X:" + typeof(PhoneCallReceiver).Name, "Exception"); return(PhoneCallRing.GetInstance()); }
public PhoneCallState Ring() { return(PhoneCallRing.GetInstance()); }
public PhoneCallState Ring() { PhoneStatLog.GetInstance().LogPhone(DateTime.Now.ToString(), "1"); return(PhoneCallRing.GetInstance()); }