C# Класс DroidExplorer.Plugins.UI.BackupDeviceForm

Наследование: DroidExplorer.Core.UI.PluginForm
Показать файл Открыть проект

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

Метод Описание
BackupDeviceForm ( IPluginHost host ) : 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.

backup_Click ( object sender, EventArgs e ) : void
cancel_Click ( object sender, EventArgs e ) : void
readMore_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

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

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

public BackupDeviceForm ( IPluginHost host ) : System
host IPluginHost
Результат System

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

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