Patcher.UI.Progress.Progress C# (CSharp) Method

Progress() private method

private Progress ( string title ) : System
title string
return System
        internal Progress(string title)
        {
            Title = title;
            stopwatch.Start();
        }