C# 클래스 pdachess.Menu

파일 보기 프로젝트 열기: tuxoko/pdachess

공개 메소드들

메소드 설명
Menu ( ) : System

보호된 메소드들

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

清除任何使用中的資源。

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。

menuItem2_Click ( object sender, EventArgs e ) : void
menuItem3_Click ( object sender, EventArgs e ) : void
menuItem4_Click ( object sender, EventArgs e ) : void
textBox1_GotFocus ( object sender, EventArgs e ) : void
textBox1_LostFocus ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

清除任何使用中的資源。
protected Dispose ( bool disposing ) : void
disposing bool 如果應該處置 Managed 資源則為 true,否則為 false。
리턴 void

Menu() 공개 메소드

public Menu ( ) : System
리턴 System