示例#1
0
 void UpdateFXText()
 {
     if (Loading)
     {
         return;
     }
     lblEffectDescription.Text = myFX.BuildEffectString();
 }