/// <summary>
		/// for iPad (SplitViewController)
		/// </summary>
		public ExhibitorElement (BL.Exhibitor showExhibitor, MWC.iOS.Screens.iPad.Exhibitors.ExhibitorSplitView exhibitorSplitView) : base ("")
		{
			exhibitor = showExhibitor;
			splitView = exhibitorSplitView;	// could be null, in current implementation
		}
Example #2
0
 /// <summary>
 /// for iPad (SplitViewController)
 /// </summary>
 public ExhibitorElement(BL.Exhibitor showExhibitor, MWC.iOS.Screens.iPad.Exhibitors.ExhibitorSplitView exhibitorSplitView) : base("")
 {
     exhibitor = showExhibitor;
     splitView = exhibitorSplitView;             // could be null, in current implementation
 }