コード例 #1
0
        /// <summary>
        /// Initializes a new instance of the App class.
        /// </summary>
        public App()
        {
            this.InitializeComponent();

            var page = SampleBrowser.GetMainPage("SfPopupLayout", "SampleBrowser.SfPopupLayout");

            this.MainPage = page;
        }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: yo1249009/xamarin-demos
        /// <summary>
        /// Initializes a new instance of the App class.
        /// </summary>
        public App()
        {
            this.InitializeComponent();

            var page = SampleBrowser.GetMainPage("SfPopupLayout", "SampleBrowser.SfPopupLayout");

            page.On <Xamarin.Forms.PlatformConfiguration.iOS>().SetUseSafeArea(true);
            this.MainPage = page;
        }