C# Класс GitScc.Blinkbox.Options.BlinkboxOptionsControl

Generates the UI for the Blinkbox Options Panel.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
BlinkboxOptionsControl ( ) : System

Initializes a new instance of the BlinkboxOptionsControl class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
GitTfsPathBrowse_Click ( object sender, EventArgs e ) : void

Handles the Click event of the gitTfsPathBrowse control.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OpenFile ( string shexe, TextBox textBox ) : void

Opens the file.

PostCommitDeployProjectNameTextbox_TextChanged ( object sender, EventArgs e ) : void

Update labels with the name of the postCommitDeploy project.

Save ( ) : void

Saves options.

SccProviderOptionsControl_Load ( object sender, EventArgs e ) : void

Page Load Event.

Описание методов

BlinkboxOptionsControl() публичный Метод

Initializes a new instance of the BlinkboxOptionsControl class.
public BlinkboxOptionsControl ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool /// The disposing. ///
Результат void