C# Класс PKHeX.SplashScreen

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

Открытые свойства

Свойство Тип Описание
L_Status System.Windows.Forms.Label

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

Метод Описание
DisplayTimeEvent ( object source, ElapsedEventArgs e ) : void
SplashScreen ( Form1 frm1 ) : System.Timers

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

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

Clean up any resources being used.

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

Метод Описание
InitializeComponent ( ) : void

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

SplashScreen_Load ( object sender, System e ) : void
label2_Click ( object sender, System e ) : void

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

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

public DisplayTimeEvent ( object source, ElapsedEventArgs e ) : void
source object
e ElapsedEventArgs
Результат 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

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

public SplashScreen ( Form1 frm1 ) : System.Timers
frm1 Form1
Результат System.Timers

Описание свойств

L_Status публичное свойство

public System.Windows.Forms.Label L_Status
Результат System.Windows.Forms.Label