C# Class ShootBlues.ErrorDialog

Afficher le fichier Open project: kg/shootblues

Méthodes publiques

Свойство Type Description
CurrentError int
Errors List

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public AddError ( string errorText, string errorTitle ) : void
errorText string
errorTitle string
Résultat void

Dispose() protected méthode

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

ErrorDialog() public méthode

public ErrorDialog ( TaskScheduler scheduler ) : System
scheduler TaskScheduler
Résultat System

SetCurrentError() public méthode

public SetCurrentError ( int index ) : void
index int
Résultat void

Property Details

CurrentError public_oe property

public int CurrentError
Résultat int

Errors public_oe property

public List Errors
Résultat List