C# Class MediaPortal.DeployTool.Sections.FinishedDlg

Inheritance: DeployDialog
Mostrar archivo Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Public Methods

Method Description
FinishedDlg ( ) : System.Drawing
GetNextDialog ( ) : DeployDialog
SetProperties ( ) : void
SettingsValid ( ) : bool
UpdateUI ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

FinishedDlg() public method

public FinishedDlg ( ) : System.Drawing
return System.Drawing

GetNextDialog() public method

public GetNextDialog ( ) : DeployDialog
return DeployDialog

SetProperties() public method

public SetProperties ( ) : void
return void

SettingsValid() public method

public SettingsValid ( ) : bool
return bool

UpdateUI() public method

public UpdateUI ( ) : void
return void