C# Класс Beyond_Beyaan.BeyondBeyaan

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
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