C# Class otitemeditor.UpdateForm

Afficher le fichier Open project: opentibia/item-editor Class Usage Examples

Méthodes publiques

Свойство Type Description
lblDescription System.Windows.Forms.Label
mainForm otitemeditor
selectedPlugin Host.Types.Plugin
updateClient SupportedClient

Méthodes publiques

Méthode Description
UpdateForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

PluginForm_Load ( object sender, EventArgs e ) : void
btnChangeFolder_Click ( object sender, EventArgs e ) : void
pluginsListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
selectBtn_Click ( object sender, EventArgs e ) : void

Method Details

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

UpdateForm() public méthode

public UpdateForm ( ) : System
Résultat System

Property Details

lblDescription public_oe property

public System.Windows.Forms.Label lblDescription
Résultat System.Windows.Forms.Label

mainForm public_oe property

public otitemeditor,otitemeditor mainForm
Résultat otitemeditor

selectedPlugin public_oe property

public Host.Types.Plugin selectedPlugin
Résultat Host.Types.Plugin

updateClient public_oe property

public SupportedClient updateClient
Résultat SupportedClient