Esempio n. 1
0
 private void roleCreation_Click(object sender, EventArgs e)
 {
     try
     {
         frmCreateSecurityGroups frmCrtSecuGrou = new frmCreateSecurityGroups(dbl); //Create an object and send a datalayer object in the constructor.
         frmCrtSecuGrou.Show();
     }
     catch (Exception)
     {
         throw;
     }
 }
Esempio n. 2
0
 private void roleCreation_Click(object sender, EventArgs e)
 {
     try
     {
         frmCreateSecurityGroups frmCrtSecuGrou = new frmCreateSecurityGroups(dbl); //Create an object and send a datalayer object in the constructor.
         frmCrtSecuGrou.Show();
     }
     catch (Exception)
     {
         throw;
     }
 }
Esempio n. 3
0
 private void button3_Click(object sender, EventArgs e)
 {
     frmCreateSecurityGroups frmCrtSecuGrou = new frmCreateSecurityGroups(dbl);
     frmCrtSecuGrou.Show();
 }
Esempio n. 4
0
        private void button3_Click(object sender, EventArgs e)
        {
            frmCreateSecurityGroups frmCrtSecuGrou = new frmCreateSecurityGroups(dbl);

            frmCrtSecuGrou.Show();
        }