GitUI.CommandsDialogs.FormBrowse.QuickFetch C# (CSharp) Method

QuickFetch() private method

private QuickFetch ( ) : void
return void
        private void QuickFetch()
        {
            FormProcess.ShowDialog(this, Module.FetchCmd(string.Empty, string.Empty, string.Empty));
            UICommands.RepoChangedNotifier.Notify();
        }
FormBrowse