Beispiel #1
0
 public void LoadingProgressed(float FractionComplete)
 {
     LoadingProgress.Format(100.0f * FractionComplete);
 }