Пример #1
0
 protected override void setForm(DB.DataWrapper.Tabelle.ColloquioPresenze e)
 {
     cGB.SetSelectedComboItem_ID(ref eTipo, e.getValorizedType());
     eEntity.Tipo  = e.getValorizedType();
     eEntity.Value = e.getValorizedKey();
     eEntity.Text  = e.ExRicerca.Descrizione;
 }