コード例 #1
0
        //多人上传
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            IsShow = false;
            this.rtb_message.Focus();
            this.timer1.Start();

            this.UT = UpdateType.正在多人上传;
            controller.ManyPatUpdate();
        }