C# 클래스 ps2ls.GenericLoadingForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: psemu/ps2ls

공개 메소드들

메소드 설명
GenericLoadingForm ( ) : System
SetLabelText ( String text ) : void
SetProgressBarPercent ( Int32 percent ) : void
SetWindowTitle ( String title ) : void

메소드 상세

GenericLoadingForm() 공개 메소드

public GenericLoadingForm ( ) : System
리턴 System

SetLabelText() 공개 메소드

public SetLabelText ( String text ) : void
text String
리턴 void

SetProgressBarPercent() 공개 메소드

public SetProgressBarPercent ( Int32 percent ) : void
percent System.Int32
리턴 void

SetWindowTitle() 공개 메소드

public SetWindowTitle ( String title ) : void
title String
리턴 void