C# 클래스 Hamekoz.UI.WinForm.Splash

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: hamekoz/hamekoz-sharp

공개 메소드들

메소드 설명
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