Example #1
0
        public void ShowAboutPage()
        {
            if (XFormsApp == null)
            {
                XFormsApp = new AppXamForms();
            }

            Current.MainPage = new NavigationPage(new AboutPageADA());
        }
Example #2
0
 public AppXamForms()
 {
     XFormsApp = this;
 }