ACAT.Extensions.Default.FunctionalAgents.LectureManager.LectureManagerMainForm.updateModeField C# (CSharp) Method

updateModeField() private method

Update the mode field on the form based on the mode setting
private updateModeField ( ) : void
return void
        private void updateModeField()
        {
            if (_formLoadComplete)
            {
                Windows.SetText(lblMode, _mode.ToString());
            }
        }