Ejemplo n.º 1
0
        private void bunifuPictureBox2_Click(object sender, EventArgs e)
        {
            this.Hide();
            editForm a = new editForm();

            a.ShowDialog();
            this.Close();
        }
Ejemplo n.º 2
0
        private void editbtn_Click(object sender, EventArgs e)
        {
            this.Hide();
            editForm a = new editForm();

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