Beispiel #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="MainPage"/> class.
        /// </summary>
        public MainPage()
        {
            this.InitializeComponent();

            Forms.Init();

            this.Content = FormsHelper.GetMainPage().ConvertPageToUIElement(this);
        }