C# Класс iTunesAgent.UI.MainForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DeviceRemovedEventHandler ( CompatibleDevice removedDevice ) : void
MainForm ( ) : System
NewDeviceConnectedEventHandler ( CompatibleDevice connectedDevice ) : void
SwitchToPanel ( string panel_name ) : void

Switch to the panel named panel_name.

SwithcToMyDevicesPanel ( ) : void

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

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

Clean up any resources being used.

WndProc ( Message &m ) : void

WndProc override.

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

Метод Описание
GetDevicesPanel ( ) : DevicesPanel
InitializeComponent ( ) : void

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

InitializeDevicesManager ( ) : void
InitializePanels ( ) : void
LoadConfiguration ( ) : void
LoadPreviousPanel ( ) : void
MainForm_Load ( object sender, EventArgs e ) : void
PopulateMediaSoftwareServices ( ) : void
ResetButtonState ( ) : void
SetCommonPanelProperties ( ) : void
SetSelectedColor ( object sender ) : void
btnMyDevices_Click ( object sender, EventArgs e ) : void
btnPlaylists_Click ( object sender, EventArgs e ) : void
btnPreferences_Click ( object sender, EventArgs e ) : void
buttonHome_Click ( object sender, EventArgs e ) : void
trayIcon_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

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

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

public DeviceRemovedEventHandler ( CompatibleDevice removedDevice ) : void
removedDevice CompatibleDevice
Результат 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

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

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

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

public NewDeviceConnectedEventHandler ( CompatibleDevice connectedDevice ) : void
connectedDevice CompatibleDevice
Результат void

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

Switch to the panel named panel_name.
public SwitchToPanel ( string panel_name ) : void
panel_name string Name of panel to switch to. This panel /// must be loaded into the panels array.
Результат void

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

public SwithcToMyDevicesPanel ( ) : void
Результат void

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

WndProc override.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Результат void