Example #1
0
        public static ABMRol getInstance()
        {
            if (_instance == null) {
                _instance = new ABMRol();
            }

            return _instance;
        }
Example #2
0
        public static ABMRol getInstance()
        {
            if (_instance == null)
            {
                _instance = new ABMRol();
            }

            return(_instance);
        }
 private void btnABM_Rol_Click(object sender, EventArgs e)
 {
     var nuevaVentanaRol = new ABMRol(this);
     FormsHerramientas.mostrarVentanaNueva(nuevaVentanaRol, this);
 }
 private void buttonRoles_Click(object sender, EventArgs e)
 {
     ABMRol abmRol = new ABMRol();
     abmRol.ShowDialog();
 }