C# Class MediaPortal.DeployTool.DeployTool

Inheritance: System.Windows.Forms.Form, IDeployDialog
Mostrar archivo Open project: MediaPortal/MediaPortal-1

Public Properties

Property Type Description
_currentCulture string
_restart bool

Public Methods

Method Description
DeployTool ( ) : System
GetCurrentDialog ( ) : MediaPortal.DeployTool.DeployDialog
GetNextDialog ( ) : MediaPortal.DeployTool.DeployDialog
SetProperties ( ) : void
SettingsValid ( ) : bool
UpdateUI ( ) : void

Private Methods

Method Description
SwitchDialog ( MediaPortal.DeployTool.DeployDialog dlg ) : void
bExit_Click ( object sender, EventArgs e ) : void
bHelp_Click ( object sender, EventArgs e ) : void
backButton_Click ( object sender, EventArgs e ) : void
nextButton_Click ( object sender, EventArgs e ) : void

Method Details

DeployTool() public method

public DeployTool ( ) : System
return System

GetCurrentDialog() public method

public GetCurrentDialog ( ) : MediaPortal.DeployTool.DeployDialog
return MediaPortal.DeployTool.DeployDialog

GetNextDialog() public method

public GetNextDialog ( ) : MediaPortal.DeployTool.DeployDialog
return MediaPortal.DeployTool.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

Property Details

_currentCulture public_oe property

public string _currentCulture
return string

_restart public_oe property

public bool _restart
return bool