Exemplo n.º 1
0
        private void Main_Load(object sender, EventArgs e)
        {
            TimerStartPost.Stop();
            TimerStartCatch.Stop();
            TimerOnlyCount.Stop();
            LoadInitFormData();
            LabelStatus.Text       = string.Empty;
            LabelCurrentFloor.Text = string.Empty;
            //登录并存储cookie
            loginuri = new Uri("http://bbs.meizu.com/logging.php?action=login");
            var discuzTool = new DiscuzTool();

            cc = discuzTool.GetCookieContainer(loginuri);
        }
Exemplo n.º 2
0
 private void ButtonEnd_Click(object sender, EventArgs e)
 {
     TimerStartPost.Stop();
     TimerStartCatch.Stop();
 }