Bloom.CollectionTab.HistoryAndNotesDialog.HistoryAndNotesDialog_Load C# (CSharp) Method

HistoryAndNotesDialog_Load() private method

private HistoryAndNotesDialog_Load ( object sender, System e ) : void
sender object
e System
return void
        private void HistoryAndNotesDialog_Load(object sender, System.EventArgs e)
        {
            if (ShowNotesFirst)
                tabControl1.SelectTab(_notesPage);
        }