C# Class SamirBoulema.TGit.OutputBox

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: sboulema/TGit

Méthodes publiques

Свойство Type Description
okButton System.Windows.Forms.Button
richTextBox System.Windows.Forms.RichTextBox

Méthodes publiques

Méthode Description
OutputBox ( string branchName, OptionPageGrid options, string pushCommand ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FormatCliCommand ( string gitCommand, bool appendNextLine = true ) : string
InitializeComponent ( ) : void

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

OkButton_Click_Close ( object sender, EventArgs e ) : void
ResolveButton_Click ( object sender, EventArgs e ) : void
StashButton_Click ( object sender, EventArgs e ) : void
okButton_Click ( object sender, EventArgs e ) : void
textBox_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OutputBox() public méthode

public OutputBox ( string branchName, OptionPageGrid options, string pushCommand ) : System
branchName string
options OptionPageGrid
pushCommand string
Résultat System

Property Details

okButton public_oe property

public System.Windows.Forms.Button okButton
Résultat System.Windows.Forms.Button

richTextBox public_oe property

public System.Windows.Forms.RichTextBox richTextBox
Résultat System.Windows.Forms.RichTextBox