C# Class TTreeGui.TTreeForm

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: andrevdm/ttree Class Usage Examples

Public Methods

Method Description
TTreeForm ( string dotPath, int min, int max ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddValue ( ) : void
DeleteOldFile ( string prefix ) : void
DeleteOldFiles ( ) : void
InitializeComponent ( ) : void

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

Redraw ( ) : void
Redraw ( string dot, string prefix, PictureBox pbox ) : void
TTreeForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
m_addButton_Click ( object sender, EventArgs e ) : void
m_deleteButton_Click ( object sender, EventArgs e ) : void
m_valueTextBox_KeyDown ( object sender, KeyEventArgs 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

TTreeForm() public method

public TTreeForm ( string dotPath, int min, int max ) : System
dotPath string
min int
max int
return System