Пример #1
0
        static public PhoneCallState GetInstance()
        {
            if (ringState == null)
            {
                ringState = new PhoneCallRing();
            }

            return(ringState);
        }
Пример #2
0
 public PhoneCallState Ring()
 {
     Log.Debug("X:" + typeof(PhoneCallReceiver).Name, "Exception");
     return(PhoneCallRing.GetInstance());
 }
Пример #3
0
 public PhoneCallState Ring()
 {
     return(PhoneCallRing.GetInstance());
 }
Пример #4
0
 public PhoneCallState Ring()
 {
     PhoneStatLog.GetInstance().LogPhone(DateTime.Now.ToString(), "1");
     return(PhoneCallRing.GetInstance());
 }