C# Класс Globals.Global

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

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

Метод Описание
ClearControls ( Control c ) : void

Properly clears all controls off of a control by disposing of each one

ShowErrorMsg ( string informativeError, Exception e ) : void

Shows a messagebox with the specified error text and information from the generated error report

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

Метод Описание
Global ( ) : System

Initializes static members of the Global class.

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

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

Properly clears all controls off of a control by disposing of each one
public static ClearControls ( Control c ) : void
c System.Windows.Forms.Control
Результат void

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

Shows a messagebox with the specified error text and information from the generated error report
public static ShowErrorMsg ( string informativeError, Exception e ) : void
informativeError string The informative Error.
e System.Exception The e.
Результат void