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