C# 클래스 Presently.MainForm

파일 보기 프로젝트 열기: intridea/presently-winmo

공개 메소드들

메소드 설명
Main ( string args ) : void
MainForm ( ) : System

보호된 메소드들

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

Disposes resources used by the form.

비공개 메소드들

메소드 설명
AddStatusToTab ( Status s, TabPage tab ) : void
AddStatusToTab ( Status s, TabPage tab, bool addToTop ) : void
ClearUpdateText ( ) : void
GetStatusDataFromXmlNode ( Status status, XmlNode childNode ) : void
HandleAutoUpdateTimerTick ( object sender, EventArgs ea ) : void
HandleConfigMenuItemClicked ( object sender, EventArgs ea ) : void
HandleFormClosed ( object sender, EventArgs ea ) : void
HandleFormLoad ( object sender, EventArgs ea ) : void
HandlePostUpdateClick ( object sender, EventArgs ea ) : void
HandleRefreshClicked ( object sender, EventArgs ea ) : void
HandleRequestComplete ( object sender, RequestCompleteEventArgs rcea ) : void
HandleTabControlChange ( object sender, EventArgs ea ) : void
HandleUpdateKeyUp ( object sender, KeyEventArgs kea ) : void
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

ParseTimelineData ( string xmlData, string requestType ) : void
RefreshView ( ) : void
SendNextRequest ( ) : void
SetControlEnabled ( Control ctl, bool enabled ) : void
SetPostUpdateBtnEnabled ( ) : void
SetResult ( string text ) : void
ShowAppConfigDialog ( bool forceShow ) : void
TabContainsStatus ( TabPage tab, Status s ) : bool

메소드 상세

Dispose() 보호된 메소드

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

MainForm() 공개 메소드

public MainForm ( ) : System
리턴 System