C# Класс Hamekoz.UI.WinForm.Splash

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

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

Метод Описание
CambiarLeyenda ( string leyenda ) : void

Cambia la leyenda actual del splash

Cerrar ( ) : void

Cierra el Splash de inicializacion

Mostrar ( ) : void

Muestra en pantalla el splash con la barra de progreso activa

Splash ( ) : System

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

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

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

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

Cambia la leyenda actual del splash
public CambiarLeyenda ( string leyenda ) : void
leyenda string Mesaje a mostrar
Результат void

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

Cierra el Splash de inicializacion
public Cerrar ( ) : void
Результат 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

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

Muestra en pantalla el splash con la barra de progreso activa
public Mostrar ( ) : void
Результат void

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

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