C# Class FC3Editor.UI.ParamReport

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Méthode Description
ParamReport ( ) : System
UpdateUI ( ValidationReport report ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ParamReport() public méthode

public ParamReport ( ) : System
Résultat System

UpdateUI() public méthode

public UpdateUI ( ValidationReport report ) : void
report FC3Editor.Nomad.ValidationReport
Résultat void