C# Class FC3Editor.UI.ParamReport

Inheritance: System.Windows.Forms.UserControl
Show file Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
ParamReport ( ) : System
UpdateUI ( ValidationReport report ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
listView_Click ( object sender, EventArgs e ) : void
listView_Layout ( object sender, System.Windows.Forms.LayoutEventArgs e ) : void
listView_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ParamReport() public method

public ParamReport ( ) : System
return System

UpdateUI() public method

public UpdateUI ( ValidationReport report ) : void
report FC3Editor.Nomad.ValidationReport
return void