Exemplo n.º 1
0
        private void buttonER_Click(object sender, EventArgs e)
        {
            this.Hide();
            EnforcersRegistration systemMenu = new EnforcersRegistration();

            systemMenu.ShowDialog();
        }
Exemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            this.Hide();
            EnforcersRegistration enforReg = new EnforcersRegistration();

            enforReg.ShowDialog();
        }