Herald.MainPage.MainPage C# (CSharp) Метод

MainPage() публичный Метод

public MainPage ( ) : Herald.Common
Результат Herald.Common
        public MainPage()
        {
            this.InitializeComponent();
            Waiting.IsActive = true;
            PersonalInfoChange();
            
            this.navigationHelper = new NavigationHelper(this);
            this.navigationHelper.LoadState += this.NavigationHelper_LoadState;
            this.navigationHelper.SaveState += this.NavigationHelper_SaveState;


        }
        async void HardwareButtons_BackPressed(object sender, Windows.Phone.UI.Input.BackPressedEventArgs e)