예제 #1
0
파일: Dettaglio.cs 프로젝트: mikymaione/GAM
 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;
 }