public frmParent(frmPrincipal mform) { InitializeComponent(); mfrm = mform; ctrlInicio(false); rNew(); }
// private string[] campoModif = new string[2]; //private int[] textModificado = new int[2]; public frmNumeracion(frmPrincipal mform) { InitializeComponent(); mfrm = mform; ctrlInicio(false); valoresIniciales(); }
public frmPrestamo(frmPrincipal mform) { InitializeComponent(); mfrm = mform; }