C# Class ps2ls.GenericLoadingForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: psemu/ps2ls

Méthodes publiques

Méthode Description
GenericLoadingForm ( ) : System
SetLabelText ( String text ) : void
SetProgressBarPercent ( Int32 percent ) : void
SetWindowTitle ( String title ) : void

Method Details

GenericLoadingForm() public méthode

public GenericLoadingForm ( ) : System
Résultat System

SetLabelText() public méthode

public SetLabelText ( String text ) : void
text String
Résultat void

SetProgressBarPercent() public méthode

public SetProgressBarPercent ( Int32 percent ) : void
percent System.Int32
Résultat void

SetWindowTitle() public méthode

public SetWindowTitle ( String title ) : void
title String
Résultat void