C# Class Prizm.Main.Forms.Audit.AuditXtraForm

Afficher le fichier Open project: AleksMorozova/prizm

Méthodes publiques

Méthode Description
AuditXtraForm ( ) : System

Méthodes protégées

Méthode Description
CreateLocalizedItems ( ) : List
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AuditXtraForm_FormClosed ( object sender, FormClosedEventArgs e ) : void
AuditXtraForm_Load ( object sender, EventArgs e ) : void
BindCommands ( ) : void
BindToViewModel ( ) : void
InitializeComponent ( ) : void

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

auditResultsView_CustomColumnDisplayText ( object sender, DevExpress e ) : void
includeCheckedList_ItemCheck ( object sender, DevExpress e ) : void
tracingModeRadioGroup_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

AuditXtraForm() public méthode

public AuditXtraForm ( ) : System
Résultat System

CreateLocalizedItems() protected méthode

protected CreateLocalizedItems ( ) : List
Résultat List

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