public AFN(frmInicio main) { InitializeComponent(); this.inicio = main; }
public AFD(frmInicio main) { InitializeComponent(); frmInicio = main; }