pocorall.SCM_Notifier.MainForm.ShowFullLog C# (CSharp) Method

ShowFullLog() private method

private ShowFullLog ( ) : void
return void
        private void ShowFullLog()
        {
            int selectedIndex = listViewFolders.SelectedIndices[0];
            folders[selectedIndex].OpenLogWindow();
        }
MainForm