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

ファイルを表示 Open project: AleksMorozova/prizm

Public Methods

Method Description
AuditXtraForm ( ) : System

Protected Methods

Method Description
CreateLocalizedItems ( ) : List
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public AuditXtraForm ( ) : System
return System

CreateLocalizedItems() protected method

protected CreateLocalizedItems ( ) : List
return List

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