C# Class Beyond_Beyaan.BeyondBeyaan

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Beyonders/Beyond-Beyaan

Méthodes publiques

Méthode Description
BeyondBeyaan ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
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

Method Details

BeyondBeyaan() public méthode

public BeyondBeyaan ( ) : System
Résultat System

Dispose() protected méthode

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

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void