Esempio n. 1
0
 public void FillView(AIS.SN.Model.DomainObjects.ObjectWithId owid)
 {
     this.ObjectWithId = owid;
     this.Fill(owid);
 }
Esempio n. 2
0
 public void ClearView()
 {
     this.ObjectWithId = null;
     this.Clear();
 }