コード例 #1
0
ファイル: picker.cs プロジェクト: aalice072/iOSXamarinSamples
 public PeopleModel(PickerViewController pvc)
 {
     this.pvc = pvc;
 }
コード例 #2
0
ファイル: picker.cs プロジェクト: CBrauer/monotouch-samples
		public PeopleModel (PickerViewController pvc) {
			this.pvc = pvc;
		}