C# 클래스 iTunesAgent.UI.MainForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: notpod/Notpod 1 사용 예제들

공개 메소드들

메소드 설명
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