C# Class MediaPortal.DeployTool.Sections.SkinChoice

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

Public Methods

Method Description
GetNextDialog ( ) : DeployDialog
SettingsValid ( ) : bool
SkinChoice ( ) : System
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.

btnExisting_Click ( object sender, EventArgs e ) : void
btnSkin1_Click ( object sender, EventArgs e ) : void
btnSkin2_Click ( object sender, EventArgs e ) : void
btnSkin3_Click ( object sender, EventArgs 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

GetNextDialog() public method

public GetNextDialog ( ) : DeployDialog
return DeployDialog

SettingsValid() public method

public SettingsValid ( ) : bool
return bool

SkinChoice() public method

public SkinChoice ( ) : System
return System

UpdateUI() public method

public UpdateUI ( ) : void
return void