C# 클래스 DesktopHelper.UI.AboutBox

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: JimmyFung/DesktopHelper 1 사용 예제들

공개 메소드들

메소드 설명
GetInstance ( ) : AboutBox

보호된 메소드들

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

清理所有正在使用的资源。

비공개 메소드들

메소드 설명
AboutBox ( ) : System
AboutBox_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

okButton_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : AboutBox
리턴 AboutBox