pocorall.SCM_Notifier.MainForm.ShowFetch C# (CSharp) 메소드

ShowFetch() 개인적인 메소드

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