This commit is contained in:
@@ -8,6 +8,7 @@ using System.Windows.Forms;
|
||||
using VEPROMS.CSLA.Library;
|
||||
using DevComponents.DotNetBar;
|
||||
using DevComponents.AdvTree;
|
||||
using Volian.Base.Library;
|
||||
|
||||
namespace Volian.Controls.Library
|
||||
{
|
||||
@@ -946,7 +947,7 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
Cursor = savcursor;
|
||||
}
|
||||
if (vlnStackTrace.DebugMode)
|
||||
if (VlnSettings.DebugMode)
|
||||
MessageBox.Show(string.Format("{0} Milliseconds", TimeSpan.FromTicks(DateTime.Now.Ticks - start.Ticks).TotalMilliseconds));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user