Ejemplo n.º 1
0
        private void button_add_Click(object sender, EventArgs e)
        {
            this.Hide();
            add_MenuSecretary add = new add_MenuSecretary();

            add.ShowDialog();
        }
Ejemplo n.º 2
0
 private void add_MenuSecretary_Load(object sender, EventArgs e)
 {
     currentadd_MenuSecretary = this;
 }