C# Класс SamirBoulema.TGit.OutputBox

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
okButton System.Windows.Forms.Button
richTextBox System.Windows.Forms.RichTextBox

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

Метод Описание
OutputBox ( string branchName, OptionPageGrid options, string pushCommand ) : System

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

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

Clean up any resources being used.

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

Метод Описание
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

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

public OutputBox ( string branchName, OptionPageGrid options, string pushCommand ) : System
branchName string
options OptionPageGrid
pushCommand string
Результат System

Описание свойств

okButton публичное свойство

public System.Windows.Forms.Button okButton
Результат System.Windows.Forms.Button

richTextBox публичное свойство

public System.Windows.Forms.RichTextBox richTextBox
Результат System.Windows.Forms.RichTextBox