C# Class Presently.MainForm

Afficher le fichier Open project: intridea/presently-winmo

Méthodes publiques

Méthode Description
Main ( string args ) : void
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

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

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System