Ejemplo n.º 1
0
        private void btnModifyPwd_Click(object sender, EventArgs e)
        {
            Console.WriteLine("用户点击了修改密码按钮!");
            if (!this.btnModifyPwd.IsActive)
            {
                this.lbFeeCounter.Visible = false;
                this.btnFeeDetailInfo.IsActive = this.btnAccountInfo.IsActive = false;
                this.btnModifyPwd.IsActive = true;
                ModifyPwdPanel panel = new ModifyPwdPanel();

                ChangePanel(panel);
                this.StopOpertionTime();
                this.SetOperationTime(100);
            }
        }
Ejemplo n.º 2
0
        private void btnModifyPwd_Click(object sender, EventArgs e)
        {
            Console.WriteLine("用户点击了修改密码按钮!");
            if (!this.btnModifyPwd.IsActive)
            {
                this.lbFeeCounter.Visible      = false;
                this.btnFeeDetailInfo.IsActive = this.btnAccountInfo.IsActive = false;
                this.btnModifyPwd.IsActive     = true;
                ModifyPwdPanel panel = new ModifyPwdPanel();

                ChangePanel(panel);
                this.StopOpertionTime();
                this.SetOperationTime(100);
            }
        }