C# Class ToolSet.SplashScreen

Summary description for SplashScreen.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Méthodes publiques

Méthode Description
CloseForm ( ) : void
SetReferencePoint ( ) : void
SetStatus ( string newStatus ) : void
SetStatus ( string newStatus, bool setReference ) : void
ShowSplashScreen ( ) : void
SplashScreen ( ) : System

Constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ElapsedMilliSeconds ( ) : double
InitializeComponent ( ) : void

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

ReadIncrements ( ) : void
SetReferenceInternal ( ) : void
ShowForm ( ) : void
SplashScreen_DoubleClick ( object sender, System e ) : void
StoreIncrements ( ) : void
pnlStatus_Paint ( object sender, System e ) : void
timer1_Tick ( object sender, System e ) : void

Method Details

CloseForm() public static méthode

public static CloseForm ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SetReferencePoint() public static méthode

public static SetReferencePoint ( ) : void
Résultat void

SetStatus() public static méthode

public static SetStatus ( string newStatus ) : void
newStatus string
Résultat void

SetStatus() public static méthode

public static SetStatus ( string newStatus, bool setReference ) : void
newStatus string
setReference bool
Résultat void

ShowSplashScreen() public static méthode

public static ShowSplashScreen ( ) : void
Résultat void

SplashScreen() public méthode

Constructor
public SplashScreen ( ) : System
Résultat System