Пример #1
0
        private void btn_CallOut_Click(object sender, EventArgs e)
        {
            bool flag = hollycontacthelper.ActCallOut(GetCurrentConDeviceType(), txtBox_NumbertoDial.Text.Trim());

            LogRequest("ActCallOut-->>" + flag + ",DestDeviceType:" + GetCurrentConDeviceType() + ",DestNo:" + txtBox_NumbertoDial.Text.Trim());
        }