C# Класс otitemeditor.UpdateForm

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
lblDescription System.Windows.Forms.Label
mainForm otitemeditor
selectedPlugin Host.Types.Plugin
updateClient SupportedClient

Открытые методы

Метод Описание
UpdateForm ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

UpdateForm() публичный Метод

public UpdateForm ( ) : System
Результат System

Описание свойств

lblDescription публичное свойство

public System.Windows.Forms.Label lblDescription
Результат System.Windows.Forms.Label

mainForm публичное свойство

public otitemeditor,otitemeditor mainForm
Результат otitemeditor

selectedPlugin публичное свойство

public Host.Types.Plugin selectedPlugin
Результат Host.Types.Plugin

updateClient публичное свойство

public SupportedClient updateClient
Результат SupportedClient