C# Class UI.ProgressState

Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Свойство Type Description
m_Percentage int
m_State string
m_wbFlag bool

Méthodes publiques

Méthode Description
ProgressState ( int p, string msg, bool isWritingBack ) : System

Method Details

ProgressState() public méthode

public ProgressState ( int p, string msg, bool isWritingBack ) : System
p int
msg string
isWritingBack bool
Résultat System

Property Details

m_Percentage public_oe property

public int m_Percentage
Résultat int

m_State public_oe property

public string m_State
Résultat string

m_wbFlag public_oe property

public bool m_wbFlag
Résultat bool