Example #1
0
        private void btn_Consult_Click(object sender, EventArgs e)
        {
            bool flag = hollycontacthelper.ConsultStart(GetCurrentConDeviceType(), txtBox_NumbertoDial.Text.Trim());

            LogRequest("ConsultStart-->>" + flag);
        }