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

ShowFetch() private method

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