Reply to thread

[CODE=csharp]

              int level = RemoteControl.Instance.SignalLevel(_cardNumber);

              progressBarLevel.Value = Math.Abs(level);

[/CODE]


???


Top Bottom