BF2Statistics.ProgressDialog.Show C# (CSharp) Method

Show() public method

Displays the progress dialog and starts the timer.
public Show ( ) : void
return void
        public void Show()
        {
            Show(null);
        }

Same methods

ProgressDialog::Show ( IWin32Window parent ) : void