ARUP.IssueTracker.Windows.ProgressWin.SetProgress C# (CSharp) Method

SetProgress() public method

public SetProgress ( int i, string s ) : void
i int
s string
return void
        public void SetProgress(int i, string s) {
            progress.Value = i;
            taskProgress.Content = s;

        }