Example #1
0
 protected override void GetFormSourceData(long oid)
 {
     _entity = PlantillaExamen.Get(oid);
     _entity.BeginEdit();
     _mf_type = ManagerFormType.MFEdit;
 }