C# Class VoxelGame.UI.Utility.CloseHandel

A handel that allows to close a window.
Afficher le fichier Open project: pershingthesecond/VoxelGame

Méthodes publiques

Méthode Description
Close ( ) : void

Closes the window.

CloseHandel ( Window window ) : Gwen.Net.Control

Method Details

Close() public méthode

Closes the window.
public Close ( ) : void
Résultat void

CloseHandel() public méthode

public CloseHandel ( Window window ) : Gwen.Net.Control
window Window
Résultat Gwen.Net.Control