Beispiel #1
0
        private void btn_Back_Click(object sender, EventArgs e)
        {
            this.Hide();
            Edit_Con e1 = new Edit_Con();

            e1.ShowDialog();
            this.Close();
        }
Beispiel #2
0
        private void ContactBt_Click(object sender, EventArgs e)
        {
            this.Hide();
            Edit_Con con = new Edit_Con();

            con.ShowDialog();
            this.Close();
        }