コード例 #1
0
        private void Confirm_Click(object sender, EventArgs e)
        {
            bool result = jwxt.Login("2016052351", "liangzp1818", getValidate.Text);

            getIcas.Login("2016052351", "104213");
            wait.StartKiller();
            if (result)
            {
                this.Hide();
                MenuGetter.GetMenu(MenuType.Nothing);
                string str = jwxt.GetCourseList().Body.InnerHtml;
                new Form1().ShowDialog();
                Application.ExitThread();
            }
        }