C# Class GitScc.Blinkbox.UI.deployTab

Interaction logic for deployTab.xaml
Datei anzeigen Open project: blinkbox/Git-Source-Control-Provider

Public Methods

Method Description
RefreshBindings ( ) : void

Refreshes the data context bindings to update the UI.

deployTab ( ) : System

Initializes a new instance of the deployTab class.

Private Methods

Method Description
Deploylink_Click ( object sender, System e ) : void

Handles the Click event of the Deploylink control.

SaveButton_Click ( object sender, System e ) : void

Handles the Click event of the SaveButton control.

Method Details

RefreshBindings() public method

Refreshes the data context bindings to update the UI.
public RefreshBindings ( ) : void
return void

deployTab() public method

Initializes a new instance of the deployTab class.
public deployTab ( ) : System
return System