C# Class AnalyticsUnlimited.Client_WPF.DGValuesForm

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: BlueSkyStatistics/BlueSkyRepository

Public Methods

Method Description
DGValuesForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

ValAddBut_Click ( object sender, EventArgs e ) : void
ValCancelBut_Click ( object sender, EventArgs e ) : void
ValChngBut_Click ( object sender, EventArgs e ) : void
ValLstBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
ValOKBut_Click ( object sender, EventArgs e ) : void
ValRemvBut_Click ( object sender, EventArgs e ) : void
getItemAtIndex ( int i ) : string
isDuplicate ( string newl ) : bool
moveDown_Click ( object sender, EventArgs e ) : void
moveUp_Click ( object sender, EventArgs e ) : void

Method Details

DGValuesForm() public method

public DGValuesForm ( ) : System
return System

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