mCleaner.Logics.ProgressWorker.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
        public void Start()
        {
            if (!this._bgWorker.IsBusy)
            {
                this._start = DateTime.Now;
                this._bgWorker.RunWorkerAsync();
            }
        }