C# Class OdessaGUIProject.UI_Controls.TutorialEscapeHatch

Afficher le fichier Open project: noahsw/highlight-hunter

Méthodes publiques

Méthode Description
ExitTutorial ( ) : void
RefreshProgress ( ) : void
TutorialEscapeHatch ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnTutorialExited ( ) : void

Private Methods

Méthode 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 méthode

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

ExitTutorial() public méthode

public ExitTutorial ( ) : void
Résultat void

OnTutorialExited() protected méthode

protected OnTutorialExited ( ) : void
Résultat void

RefreshProgress() public méthode

public RefreshProgress ( ) : void
Résultat void

TutorialEscapeHatch() public méthode

public TutorialEscapeHatch ( ) : System
Résultat System