Esempio n. 1
0
        static public PhoneCallState GetInstance()
        {
            if (ringState == null)
            {
                ringState = new PhoneCallRing();
            }

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