C# Class ShootBlues.ErrorDialog

Datei anzeigen Open project: kg/shootblues

Public Properties

Property Type Description
CurrentError int
Errors List

Public Methods

Method Description
AddError ( string errorText, string errorTitle ) : void
ErrorDialog ( TaskScheduler scheduler ) : System
SetCurrentError ( int index ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ClearErrors_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

NextError_Click ( object sender, EventArgs e ) : void
PreviousError_Click ( object sender, EventArgs e ) : void

Method Details

AddError() public method

public AddError ( string errorText, string errorTitle ) : void
errorText string
errorTitle string
return void

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

ErrorDialog() public method

public ErrorDialog ( TaskScheduler scheduler ) : System
scheduler TaskScheduler
return System

SetCurrentError() public method

public SetCurrentError ( int index ) : void
index int
return void

Property Details

CurrentError public_oe property

public int CurrentError
return int

Errors public_oe property

public List Errors
return List