示例#1
0
        private void button4_Click(object sender, EventArgs e)
        {
            ManageForm m = new ManageForm();

            m.Show();
            this.Hide();
        }
示例#2
0
 public ManageForm()
 {
     InitializeComponent();
     mref = this;
 }