C# Class APG.CodeHelper.UI.ApplicationAboutDialog

Show file Open project: UGTU/UGTUKadrProject Class Usage Examples

Public Methods

Method Description
ApplicationAboutDialog ( ) : System
AssemblyCompany ( Assembly assembly ) : string
AssemblyCopyright ( Assembly assembly ) : string
AssemblyDescription ( Assembly assembly ) : string
AssemblyFileVersion ( Assembly assembly ) : string
AssemblyProduct ( Assembly assembly ) : string
AssemblyTitle ( Assembly assembly ) : string
AssemblyVersion ( Assembly assembly ) : string
ShowAbout ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BuildTitle ( Assembly entry ) : void
InitializeComponent ( ) : void

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

SaveAssembliesReportDialog ( ) : void
SaveReport ( string fileName ) : void
button1_Click ( object sender, EventArgs e ) : void

Method Details

ApplicationAboutDialog() public method

public ApplicationAboutDialog ( ) : System
return System

AssemblyCompany() public static method

public static AssemblyCompany ( Assembly assembly ) : string
assembly Assembly
return string

AssemblyCopyright() public static method

public static AssemblyCopyright ( Assembly assembly ) : string
assembly Assembly
return string

AssemblyDescription() public static method

public static AssemblyDescription ( Assembly assembly ) : string
assembly Assembly
return string

AssemblyFileVersion() public static method

public static AssemblyFileVersion ( Assembly assembly ) : string
assembly Assembly
return string

AssemblyProduct() public static method

public static AssemblyProduct ( Assembly assembly ) : string
assembly Assembly
return string

AssemblyTitle() public static method

public static AssemblyTitle ( Assembly assembly ) : string
assembly Assembly
return string

AssemblyVersion() public static method

public static AssemblyVersion ( Assembly assembly ) : string
assembly Assembly
return string

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

ShowAbout() public static method

public static ShowAbout ( ) : void
return void