BF2Statistics.ProgressDialog.UpdateProgress C# (CSharp) Метод

UpdateProgress() приватный Метод

Updates the progress displayed on the dialog box.
private UpdateProgress ( ) : void
Результат void
        private void UpdateProgress()
        {
            _nativeProgressDialog.SetProgress((uint)_value, (uint)_maximum);
        }