C# Класс FlatRedBall.Glue.Controls.InstallPluginWindow

Показать файл Открыть проект

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

Метод Описание
InstallPlugin ( InstallationType installationType, string localPlugFile ) : bool
InstallPluginWindow ( ) : System

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

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

Clean up any resources being used.

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

Метод Описание
GetBaseFolder ( string fileName ) : string
GetRootDirectory ( IEnumerable entryFileNames ) : string
InitializeComponent ( ) : void

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

btnCancel_Click ( object sender, EventArgs e ) : void
btnOk_Click ( object sender, EventArgs e ) : void
btnPath_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

InstallPlugin() публичный статический Метод

public static InstallPlugin ( InstallationType installationType, string localPlugFile ) : bool
installationType InstallationType
localPlugFile string
Результат bool

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

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