示例#1
0
        private void bt_out_Click(object sender, EventArgs e)
        {
            LoginAcounts lg = new LoginAcounts();

            lg.Show();
            this.Close();
        }
示例#2
0
        private void bt_DongY_Click(object sender, EventArgs e)
        {
            this.Hide();
            LoginAcounts logic = new LoginAcounts();

            logic.Show();
            this.Close();
        }
示例#3
0
 private void show()
 {
     LoginAcounts lg = new LoginAcounts();
 }