C# Class otitemeditor.UpdateForm

Exibir arquivo Open project: opentibia/item-editor Class Usage Examples

Public Properties

Property Type Description
lblDescription System.Windows.Forms.Label
mainForm otitemeditor
selectedPlugin Host.Types.Plugin
updateClient SupportedClient

Public Methods

Method Description
UpdateForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

UpdateForm() public method

public UpdateForm ( ) : System
return System

Property Details

lblDescription public_oe property

public System.Windows.Forms.Label lblDescription
return System.Windows.Forms.Label

mainForm public_oe property

public otitemeditor,otitemeditor mainForm
return otitemeditor

selectedPlugin public_oe property

public Host.Types.Plugin selectedPlugin
return Host.Types.Plugin

updateClient public_oe property

public SupportedClient updateClient
return SupportedClient