C# 클래스 Beyond_Beyaan.BeyondBeyaan

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan

공개 메소드들

메소드 설명
BeyondBeyaan ( ) : System

보호된 메소드들

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

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
BeyondBeyaan_MouseDown ( object sender, MouseEventArgs e ) : void
BeyondBeyaan_MouseEnter ( object sender, EventArgs e ) : void
BeyondBeyaan_MouseLeave ( object sender, EventArgs e ) : void
BeyondBeyaan_MouseMove ( object sender, MouseEventArgs e ) : void
BeyondBeyaan_MouseUp ( object sender, MouseEventArgs e ) : void
BeyondBeyaan_MouseWheel ( object sender, MouseEventArgs e ) : void
CopyOrUpdateDirectory ( DirectoryInfo source, DirectoryInfo target ) : void
Gorgon_Idle ( object sender, System.FrameEventArgs e ) : void
HandleException ( Exception e ) : void
InitializeComponent ( ) : void

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

keyboard_KeyDown ( object sender, KeyboardInputEventArgs e ) : void

메소드 상세

BeyondBeyaan() 공개 메소드

public BeyondBeyaan ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void