C# Class Hamekoz.UI.WinForm.Splash

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: hamekoz/hamekoz-sharp

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

CambiarLeyenda() public méthode

Cambia la leyenda actual del splash
public CambiarLeyenda ( string leyenda ) : void
leyenda string Mesaje a mostrar
Résultat void

Cerrar() public méthode

Cierra el Splash de inicializacion
public Cerrar ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Mostrar() public méthode

Muestra en pantalla el splash con la barra de progreso activa
public Mostrar ( ) : void
Résultat void

Splash() public méthode

public Splash ( ) : System
Résultat System