Esempio n. 1
0
        static void Main()
        {
            System.Threading.Thread.CurrentThread.CurrentUICulture =
                    new System.Globalization.CultureInfo("vi-VN");

            // The following line provides localization for data formats.
            System.Threading.Thread.CurrentThread.CurrentCulture =
                new System.Globalization.CultureInfo("vi-VN");
            try
            {
               TOSApp.HT.f000_login v_f = new HT.f000_login();
                Application.Run(v_f);
                if (us_user.ipphone!=null && us_user.ipphone!="" && us_user.strTEN_TRUY_CAP!="")
                CallCenterUtils.add_or_remove_agent_ipphone_2_queue(us_user.ipphone.ToString(), us_user.strTEN_TRUY_CAP, KHO_QUEUE.MIEN_BAC,20);
            }
            catch (Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }
Esempio n. 2
0
        static void Main()
        {
            System.Threading.Thread.CurrentThread.CurrentUICulture =
                new System.Globalization.CultureInfo("vi-VN");

            // The following line provides localization for data formats.
            System.Threading.Thread.CurrentThread.CurrentCulture =
                new System.Globalization.CultureInfo("vi-VN");
            try
            {
                TOSApp.HT.f000_login v_f = new HT.f000_login();
                Application.Run(v_f);
                if (us_user.ipphone != null && us_user.ipphone != "" && us_user.strTEN_TRUY_CAP != "")
                {
                    CallCenterUtils.add_or_remove_agent_ipphone_2_queue(us_user.ipphone.ToString(), us_user.strTEN_TRUY_CAP, KHO_QUEUE.MIEN_BAC, 20);
                }
            }
            catch (Exception v_e)
            {
                CSystemLog_100.ExceptionHandle(v_e);
            }
        }