Beispiel #1
0
        private void delbtn_Click(object sender, EventArgs e)
        {
            this.Hide();
            delForm a = new delForm();

            a.ShowDialog();
            this.Close();
        }
Beispiel #2
0
        private void bunifuPictureBox2_Click(object sender, EventArgs e)
        {
            this.Hide();
            delForm a = new delForm();

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