C# Класс D3BitGUI.GUI

Показать файл Открыть проект

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

Метод Описание
Debug ( string text ) : void
GUI ( ) : System
Log ( string text ) : void
OnKeyUp ( object sender, KeyEventArgs e ) : void
SoundFeedback ( bool good ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
GUI_FormClosing ( object sender, FormClosingEventArgs e ) : void
GUI_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

contextMenuStrip1_Opening ( object sender, CancelEventArgs e ) : void
notifyIcon1_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
rtbDebug_LinkClicked ( object sender, LinkClickedEventArgs e ) : void
tUpdater_Tick ( object sender, EventArgs e ) : void
toolStripMenuItem1_Click ( object sender, EventArgs e ) : void
toolStripMenuItem2_Click ( object sender, EventArgs e ) : void
ucOptions1_Load ( object sender, EventArgs e ) : void

Описание методов

Debug() публичный статический Метод

public static Debug ( string text ) : void
text string
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

GUI() публичный Метод

public GUI ( ) : System
Результат System

Log() публичный статический Метод

public static Log ( string text ) : void
text string
Результат void

OnKeyUp() публичный Метод

public OnKeyUp ( object sender, KeyEventArgs e ) : void
sender object
e KeyEventArgs
Результат void

SoundFeedback() публичный статический Метод

public static SoundFeedback ( bool good ) : void
good bool
Результат void