C# Класс ATMLCommonLibrary.forms.ATMLSpashScreen

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ATMLSpashScreen ( Version version, string buildDate ) : System
UpdateProgress ( string caption ) : void

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

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

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void
WndProc ( Message &m ) : void

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

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

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

_timer_Tick ( object sender, EventArgs e ) : void

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

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

public ATMLSpashScreen ( Version version, string buildDate ) : System
version Version
buildDate string
Результат 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

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

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
Результат void

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

public UpdateProgress ( string caption ) : void
caption string
Результат void

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

protected WndProc ( Message &m ) : void
m Message
Результат void