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