C# Class SamirBoulema.TGit.OutputBox

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: sboulema/TGit

Public Properties

Property Type Description
okButton System.Windows.Forms.Button
richTextBox System.Windows.Forms.RichTextBox

Public Methods

Method Description
OutputBox ( string branchName, OptionPageGrid options, string pushCommand ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

OutputBox() public method

public OutputBox ( string branchName, OptionPageGrid options, string pushCommand ) : System
branchName string
options OptionPageGrid
pushCommand string
return System

Property Details

okButton public_oe property

public System.Windows.Forms.Button okButton
return System.Windows.Forms.Button

richTextBox public_oe property

public System.Windows.Forms.RichTextBox richTextBox
return System.Windows.Forms.RichTextBox