Exemplo n.º 1
0
        private void clientNouToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Edit_Form editform = new Edit_Form(this);

            editform.Show();
        }
Exemplo n.º 2
0
        private void btnEdit_Click(object sender, EventArgs e)
        {
            Edit_Form editform = new Edit_Form(this);

            editform.Show();
        }