C# Class VoxelGame.UI.Utility.CloseHandel

A handel that allows to close a window.
显示文件 Open project: pershingthesecond/VoxelGame

Public Methods

Method Description
Close ( ) : void

Closes the window.

CloseHandel ( Window window ) : Gwen.Net.Control

Method Details

Close() public method

Closes the window.
public Close ( ) : void
return void

CloseHandel() public method

public CloseHandel ( Window window ) : Gwen.Net.Control
window Window
return Gwen.Net.Control