C# 클래스 DistributedDesktop.DDHostTrayApp

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
DDHostTrayApp ( ) : System
Main ( ) : void

The main entry point for the application.

You only need to use the [STAThread] attribute if the application needs to be single threaded from a Windows Forms, or other frameworks. This is the case if you intend to capture screen shots to the Clipboard and Windows.Forms.Clipboard will only work in a single threaded environment.

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
DDHostTrayApp_MouseDown ( object sender, MouseEventArgs e ) : void
OnChangeGray ( object sender, EventArgs e ) : void
OnChangeSharing ( object sender, EventArgs e ) : void
OnExit ( object sender, EventArgs e ) : void
OnRemoteControl ( object sender, EventArgs e ) : void
OnSettingsSelect ( object sender, EventArgs e ) : void
trayIcon_BalloonTipShown ( object sender, EventArgs e ) : void

메소드 상세

DDHostTrayApp() 공개 메소드

public DDHostTrayApp ( ) : System
리턴 System

Main() 공개 정적인 메소드

The main entry point for the application.
You only need to use the [STAThread] attribute if the application needs to be single threaded from a Windows Forms, or other frameworks. This is the case if you intend to capture screen shots to the Clipboard and Windows.Forms.Clipboard will only work in a single threaded environment.
public static Main ( ) : void
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void