private void button1_Click(object sender, EventArgs e)
 {
     UpdateInfoCtrl.update(richTextBox4.Text, richTextBox3.Text);
     MessageBox.Show("修改成功", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
     this.Close();
 }
 public void showif()
 {
     UpdateInfoCtrl.showIf(LoginForm.u.account, richTextBox1, richTextBox2);
 }