Inheritance: Xamarin.Forms.ContentPage
コード例 #1
0
 public App()
 {
     // The root page of your application
     MainPage = new SamplePage();
 }
コード例 #2
0
ファイル: App.cs プロジェクト: TorbenK/Multiselect_Example
 public App()
 {
     // The root page of your application
     MainPage = new SamplePage();
 }