C# Class Beyond_Beyaan.BeyondBeyaan

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: Beyonders/Beyond-Beyaan

Public Methods

Method Description
BeyondBeyaan ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method 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 method

public BeyondBeyaan ( ) : System
return System

Dispose() protected method

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

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void