C# Class OdessaGUIProject.UI_Controls.TutorialEscapeHatch

Datei anzeigen Open project: noahsw/highlight-hunter

Public Methods

Method Description
ExitTutorial ( ) : void
RefreshProgress ( ) : void
TutorialEscapeHatch ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnTutorialExited ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

TutorialEscapeHatch_Load ( object sender, EventArgs e ) : void
exitTourButton_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

ExitTutorial() public method

public ExitTutorial ( ) : void
return void

OnTutorialExited() protected method

protected OnTutorialExited ( ) : void
return void

RefreshProgress() public method

public RefreshProgress ( ) : void
return void

TutorialEscapeHatch() public method

public TutorialEscapeHatch ( ) : System
return System