C# Class Prizm.Main.Forms.MainChildForm.AppSplashScreen

Exibir arquivo Open project: AleksMorozova/prizm

Public Methods

Method Description
AppSplashScreen ( ) : System
GetEnumerator ( ) : IEnumerator
ProcessCommand ( Enum cmd, object arg ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShown ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

System ( ) : System.Collections.IEnumerator

Method Details

AppSplashScreen() public method

public AppSplashScreen ( ) : System
return System

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

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e EventArgs
return void

ProcessCommand() public method

public ProcessCommand ( Enum cmd, object arg ) : void
cmd Enum
arg object
return void