Inheritance: Xamarin.Forms.ContentPage
コード例 #1
0
ファイル: App.cs プロジェクト: JC-Chris/XFExtensions
 public App()
 {
     MainPage = new ZoomPage();
 }