C# 클래스 SoundSwitch.Util.TrayIcon

상속: IDisposable
파일 보기 프로젝트 열기: Belphemur/SoundSwitch 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ShowError ( string errorMessage, string errorTitle ) : void

shows an error messasge

ShowNoDevices ( ) : void

Notification for when there are no devices configured

ShowSettings ( ) : void
TrayIcon ( ) : System
UpdateDeviceSelectionList ( ) : void

Sets the names of devices that show up in the menu

비공개 메소드들

메소드 설명
DeviceClicked ( object sender, EventArgs e ) : void
NewReleaseAvailable ( object sender, UpdateChecker newReleaseEvent ) : void
OnUpdateClick ( object sender, EventArgs eventArgs ) : void
PopulateSettingsMenu ( ) : void
SetEventHandlers ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ShowError() 공개 메소드

shows an error messasge
public ShowError ( string errorMessage, string errorTitle ) : void
errorMessage string
errorTitle string
리턴 void

ShowNoDevices() 공개 메소드

Notification for when there are no devices configured
public ShowNoDevices ( ) : void
리턴 void

ShowSettings() 공개 메소드

public ShowSettings ( ) : void
리턴 void

TrayIcon() 공개 메소드

public TrayIcon ( ) : System
리턴 System

UpdateDeviceSelectionList() 공개 메소드

Sets the names of devices that show up in the menu
public UpdateDeviceSelectionList ( ) : void
리턴 void