C# Class GitTfs.GitExtensions.Plugin.GitTfsDialog

Inheritance: System.Windows.Forms.Form
Show file Open project: git-tfs/git-tfs-gitextensions-plugin

Public Methods

Method Description
GitTfsDialog ( IGitUICommands commands, SettingsContainer settings, IEnumerable tfsRemotes ) : System

Private Methods

Method Description
InitializeFromSettings ( ) : void
InitializePull ( ) : void
InitializePush ( ) : void
InitializeTfsRemotes ( ) : void
MergeOptionCheckedChanged ( object sender, EventArgs e ) : void
PullButtonClick ( object sender, EventArgs e ) : void
PushButtonClick ( object sender, EventArgs e ) : void
PushOptionCheckedChanged ( object sender, EventArgs e ) : void
SetPullButtonEnabledState ( ) : void
SetPushButtonEnabledState ( ) : void
TfsRemoteComboBoxSelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

GitTfsDialog() public method

public GitTfsDialog ( IGitUICommands commands, SettingsContainer settings, IEnumerable tfsRemotes ) : System
commands IGitUICommands
settings SettingsContainer
tfsRemotes IEnumerable
return System