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

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

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