C# Class MediaPortal.DeployTool.Sections.FinishedDlg

Inheritance: DeployDialog
Afficher le fichier Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Méthodes publiques

Méthode Description
FinishedDlg ( ) : System.Drawing
GetNextDialog ( ) : DeployDialog
SetProperties ( ) : void
SettingsValid ( ) : bool
UpdateUI ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

OpenURL ( string url ) : void
linkForum_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
linkHomepage_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
linkWiki_LinkClicked_1 ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FinishedDlg() public méthode

public FinishedDlg ( ) : System.Drawing
Résultat System.Drawing

GetNextDialog() public méthode

public GetNextDialog ( ) : DeployDialog
Résultat DeployDialog

SetProperties() public méthode

public SetProperties ( ) : void
Résultat void

SettingsValid() public méthode

public SettingsValid ( ) : bool
Résultat bool

UpdateUI() public méthode

public UpdateUI ( ) : void
Résultat void