C# 클래스 PCRemote.UI.Main

파일 보기 프로젝트 열기: terryso/PCRemote

공개 프로퍼티들

프로퍼티 타입 설명
WorkingFolder string

공개 메소드들

메소드 설명
DebugPrintHelper ( string printString ) : void
LockAccountSetup ( ) : void
Main ( ) : System
UnlockAccountSetup ( ) : void
g_SpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
CreateCommandContext ( EmailAccount account ) : CommandContext
CreateCommandContext ( string weiboId, IntPtr handle, EmailAccount account ) : CommandContext
CreatePCRemoteEmailAccount ( ) : EmailAccount
InitVoiceCommands ( ) : void
InitializeComponent ( ) : void

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

Main_Load ( object sender, EventArgs e ) : void
NotifyIcon_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
ProcessCommand ( string command, string weiboId ) : void
ProcessVoiceCommand ( string command ) : void
RunCustomCommands ( string weiboId, string command ) : void
SendComment ( string weiboId, string message ) : void
btnGetPin_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnSelect_Click ( object sender, EventArgs e ) : void
chkAutoStart_CheckedChanged ( object sender, EventArgs e ) : void
customCommandMenu_Click ( object sender, EventArgs e ) : void
exitMenu_Click ( object sender, EventArgs e ) : void
exitTooStrip_Click ( object sender, EventArgs e ) : void
menuAbout_Click ( object sender, EventArgs e ) : void
menuCommand_Click ( object sender, EventArgs e ) : void
menuHomePage_Click ( object sender, EventArgs e ) : void
menuLogoff_Click ( object sender, EventArgs e ) : void
menuRecommend_Click ( object sender, EventArgs e ) : void
menuSkill_Click ( object sender, EventArgs e ) : void
menuSupport_Click ( object sender, EventArgs e ) : void
settingToolStrip_Click ( object sender, EventArgs e ) : void
tmrClear_Tick ( object sender, EventArgs e ) : void
tmrPCRemote_Tick ( object sender, EventArgs e ) : void

메소드 상세

DebugPrintHelper() 공개 메소드

public DebugPrintHelper ( string printString ) : void
printString string
리턴 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

LockAccountSetup() 공개 메소드

public LockAccountSetup ( ) : void
리턴 void

Main() 공개 메소드

public Main ( ) : System
리턴 System

UnlockAccountSetup() 공개 메소드

public UnlockAccountSetup ( ) : void
리턴 void

g_SpeechRecognized() 공개 메소드

public g_SpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void
sender object
e SpeechRecognizedEventArgs
리턴 void

프로퍼티 상세

WorkingFolder 공개적으로 프로퍼티

public string WorkingFolder
리턴 string