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

Dispose() защищенный Метод

Releases the RCW to the native IProgressDialog component.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void
        protected override void Dispose(bool disposing)
        {
            CleanUp();
            base.Dispose(disposing);
        }