removed a console.writeline
Control to create RO Usage, RO Summary, RO Complete, and Transition Usage reports Logic to print RO Usage reports Ifdef’d logic for UseOnFirstPage logic for Width Override and Ifdef’d logic for UseOnFirstPage Beginings of code to generate a Complete RO Report
This commit is contained in:
@@ -846,7 +846,7 @@ namespace Volian.Controls.Library
|
||||
Cursor savcursor = Cursor;
|
||||
Application.DoEvents();
|
||||
Cursor = Cursors.WaitCursor;
|
||||
Console.WriteLine(string.Format("Checked = {0}", cbSorted.Checked));
|
||||
//Console.WriteLine(string.Format("Checked = {0}", cbSorted.Checked));
|
||||
DisplayResults();
|
||||
Cursor = savcursor;
|
||||
}
|
||||
|
Reference in New Issue
Block a user