C# 클래스 APG.CodeHelper.UI.ApplicationAboutDialog

파일 보기 프로젝트 열기: UGTU/UGTUKadrProject 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

ApplicationAboutDialog() 공개 메소드

public ApplicationAboutDialog ( ) : System
리턴 System

AssemblyCompany() 공개 정적인 메소드

public static AssemblyCompany ( Assembly assembly ) : string
assembly Assembly
리턴 string

AssemblyCopyright() 공개 정적인 메소드

public static AssemblyCopyright ( Assembly assembly ) : string
assembly Assembly
리턴 string

AssemblyDescription() 공개 정적인 메소드

public static AssemblyDescription ( Assembly assembly ) : string
assembly Assembly
리턴 string

AssemblyFileVersion() 공개 정적인 메소드

public static AssemblyFileVersion ( Assembly assembly ) : string
assembly Assembly
리턴 string

AssemblyProduct() 공개 정적인 메소드

public static AssemblyProduct ( Assembly assembly ) : string
assembly Assembly
리턴 string

AssemblyTitle() 공개 정적인 메소드

public static AssemblyTitle ( Assembly assembly ) : string
assembly Assembly
리턴 string

AssemblyVersion() 공개 정적인 메소드

public static AssemblyVersion ( Assembly assembly ) : string
assembly Assembly
리턴 string

Dispose() 보호된 메소드

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

ShowAbout() 공개 정적인 메소드

public static ShowAbout ( ) : void
리턴 void