pocorall.SCM_Notifier.MainForm.ShowFetch C# (CSharp) Méthode

ShowFetch() private méthode

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