protected override void GetFormSourceData(long oid) { _entity = PlantillaExamen.Get(oid, false); _entity.BeginEdit(); }
protected override void GetFormSourceData(long oid) { _entity = PlantillaExamen.Get(oid); _entity.BeginEdit(); _mf_type = ManagerFormType.MFEdit; }