C# Class Hamekoz.UI.Splash

Inheritance: Xwt.Window
Mostra file Open project: hamekoz/hamekoz-sharp

Public Properties

Property Type Description
OnFinish FinishHandler
OnPreload PreloadHandler

Public Methods

Method Description
Run ( ) : void
SetInfo ( string text ) : void
Splash ( ) : System

Protected Methods

Method Description
Finish ( ) : void
Preload ( ) : void

Method Details

Finish() protected method

protected Finish ( ) : void
return void

Preload() protected method

protected Preload ( ) : void
return void

Run() public method

public Run ( ) : void
return void

SetInfo() public method

public SetInfo ( string text ) : void
text string
return void

Splash() public method

public Splash ( ) : System
return System

Property Details

OnFinish public_oe property

public FinishHandler OnFinish
return FinishHandler

OnPreload public_oe property

public PreloadHandler OnPreload
return PreloadHandler