Added HWndCounter tool to count/debug window handle usage

Add DSO Framer errors to our error log
Commented out a debug console.writeline
This commit is contained in:
2017-05-26 18:31:23 +00:00
parent cd3d3f15eb
commit 1648de9f8d
3 changed files with 34 additions and 1 deletions

View File

@@ -218,7 +218,7 @@ namespace Volian.Controls.Library
{
next = (cbxReverse.Checked) ? next.SearchPrev : next.SearchNext;
}
if (next != null) Console.WriteLine("next {0} {1}", next.ItemID, next.MyContent.Text);
//if (next != null) Console.WriteLine("next {0} {1}", next.ItemID, next.MyContent.Text);
if ((next == null) || next.IsSection)
{
if (!findingbookmarks)