Ejemplo n.º 1
0
        private void callCapture_NewCall(NewCallEvent e)
        {
            PhoneNumber = e.PhoneNumber;
            CuocGoi objCuocGoi = GetAddress(PhoneNumber);

            StatusCallCapture = InsertCallCapture(objCuocGoi);
        }
Ejemplo n.º 2
0
        void callCapture_NewCall(NewCallEvent e)
        {
            PhoneNumber = e.PhoneNumber;
            CuocGoi objCuocGoi = GetAddress(PhoneNumber);

            StatusCallCapture = InsertCallCapture(objCuocGoi);

            //new Taxi.MessageBox.MessageBox().Show(StatusCallCapture.ToString());
        }
        void callCapture_NewCall(NewCallEvent e)
        {
            if (Global.IsDebug)
            {
                LogError.WriteLogInfo("callCapture_NewCall:" + e.PhoneNumber);
            }
            PhoneNumber = e.PhoneNumber;
            CuocGoi objCuocGoi = GetAddress(PhoneNumber);

            StatusCallCapture = InsertCallCapture(objCuocGoi);
            //if (Global.IsDebug)
            //    new Taxi.MessageBox.MessageBox().Show(PhoneNumber + "-" + StatusCallCapture.ToString());
        }