Herald.LecturePage.LecturePage C# (CSharp) Method

LecturePage() public method

public LecturePage ( ) : Herald.Common
return 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;
        }