TextEditor2.MainUI.LoadMainUI C# (CSharp) Method

LoadMainUI() private method

private LoadMainUI ( ) : void
return void
        private void LoadMainUI()
        {
            IsBMGLoaded = true;

            IsSearchByText = true;

            FillMessageListBox();

            MessageListBox.SelectedIndex = 0;

            MessageText.Enabled = true;

            IndexBox.Enabled = true;
        }