示例#1
0
 /// <summary>for iPad</summary>
 public SpeakersScreen(SpeakerSplitView speakerSplitView) : base()
 {
     splitView    = speakerSplitView;
     EnableSearch = true;             // requires SpeakerElement to implement Matches()
 }
		/// <summary>for iPad</summary>
		public SpeakersScreen (SpeakerSplitView speakerSplitView) : base ()
		{
			splitView = speakerSplitView;
			EnableSearch = true; // requires SpeakerElement to implement Matches()
		}