C# Class Hamekoz.UI.WinForm.Splash

Inheritance: System.Windows.Forms.Form
Mostra file Open project: hamekoz/hamekoz-sharp

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

CambiarLeyenda() public method

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

Cerrar() public method

Cierra el Splash de inicializacion
public Cerrar ( ) : void
return void

Dispose() protected method

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

Mostrar() public method

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

Splash() public method

public Splash ( ) : System
return System