C# Class ps2ls.GenericLoadingForm

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: psemu/ps2ls

Public Methods

Method Description
GenericLoadingForm ( ) : System
SetLabelText ( String text ) : void
SetProgressBarPercent ( Int32 percent ) : void
SetWindowTitle ( String title ) : void

Method Details

GenericLoadingForm() public method

public GenericLoadingForm ( ) : System
return System

SetLabelText() public method

public SetLabelText ( String text ) : void
text String
return void

SetProgressBarPercent() public method

public SetProgressBarPercent ( Int32 percent ) : void
percent System.Int32
return void

SetWindowTitle() public method

public SetWindowTitle ( String title ) : void
title String
return void