BugTracker.Results.BusyResult.Show C# (CSharp) Method

Show() public method

public Show ( ) : BusyResult
return BusyResult
        public BusyResult Show()
        {
            _hide = false;

            return this;
        }