Exemplo n.º 1
0
 public ViewSelectionRoom(IModelSelectionList <Linn.Kinsky.Room> aModel)
     : base()
 {
     iModel = aModel;
     NSBundle.LoadNibNamedOwner("ViewSelectionRoom.nib", this);
 }
Exemplo n.º 2
0
 public ViewSelectionSource(IModelSelectionList <Linn.Kinsky.Source> aModel)
     : base()
 {
     iModel = aModel;
     NSBundle.LoadNibNamedOwner("ViewSelectionSource.nib", this);
 }