C# Class MasterInstaller.Components.ComponentBase

Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
Show ( ) : System.Threading.Tasks.Task

Protected Methods

Method Description
CreateControl ( ) : BasePage
OnNextClicked ( ) : void

Method Details

CreateControl() protected abstract method

protected abstract CreateControl ( ) : BasePage
return MasterInstaller.Components.Controls.BasePage

OnNextClicked() protected method

protected OnNextClicked ( ) : void
return void

Show() public method

public Show ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task