C# Class SEToolbox.Support.Splasher

Helper to show or close given splash window
显示文件 Open project: midspace/SEToolbox

Public Methods

Method Description
CloseSplash ( ) : void

Close splash screen

ShowSplash ( ) : void

Show splash screen

Method Details

CloseSplash() public static method

Close splash screen
public static CloseSplash ( ) : void
return void

ShowSplash() public static method

Show splash screen
public static ShowSplash ( ) : void
return void