This commit is contained in:
@@ -190,6 +190,12 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
#endif
|
||||
}
|
||||
private static bool _DebugMode = true;
|
||||
|
||||
public static bool DebugMode
|
||||
{
|
||||
get { return vlnStackTrace._DebugMode; }
|
||||
set { vlnStackTrace._DebugMode = value; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user