C# Class APIAppStartup.SplashWindow

Show file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
ShowVersion ( String version ) : void
SplashWindow ( ) : System
StartSplash ( ) : void
StopSplash ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InternalCloseSplash ( ) : void
MySplashThreadFunc ( ) : void

Method Details

Dispose() protected method

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

ShowVersion() public static method

public static ShowVersion ( String version ) : void
version String
return void

SplashWindow() public method

public SplashWindow ( ) : System
return System

StartSplash() public static method

public static StartSplash ( ) : void
return void

StopSplash() public static method

public static StopSplash ( ) : void
return void