C# Class Rsdn.Janus.AboutJanusForm

Afficher le fichier Open project: rsdn/janus Class Usage Examples

Méthodes publiques

Méthode Description
AboutJanusForm ( IServiceProvider provider ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
AboutJanusForm_Closing ( object sender, CancelEventArgs e ) : void
BuildAssemblyPage ( ) : void
BuildComponentsPage ( ) : void
BuildDevelopersPage ( ) : void
ButtonAssemblyInfoClick ( object sender, EventArgs e ) : void
ButtonShowComponentsClick ( object sender, EventArgs e ) : void
ButtonShowDevelopersClick ( object sender, EventArgs e ) : void
CustomInitializeComponent ( ) : void
FadeTimerTick ( object sender, EventArgs e ) : void
GetInfoString ( string assemblyName, AssemblyListColumn column ) : string
GetStartPosition ( string assemblyStr, char stopChar, int countStop ) : int
GetSubString ( string assemblyName, int stringNum ) : string
GetTemplate ( ) : string
InitializeComponent ( ) : void

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

Method Details

AboutJanusForm() public méthode

public AboutJanusForm ( IServiceProvider provider ) : System
provider IServiceProvider
Résultat System

Dispose() protected méthode

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

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void