mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
#DEBUG is a known C# preprocessor directive
This commit is contained in:
parent
d224303c76
commit
617734f23b
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ namespace CalculatorApp
|
||||||
|
|
||||||
Suspending += OnSuspending;
|
Suspending += OnSuspending;
|
||||||
|
|
||||||
// CSHARP_MIGRATION: TODO:
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
DebugSettings.IsBindingTracingEnabled = true;
|
DebugSettings.IsBindingTracingEnabled = true;
|
||||||
DebugSettings.BindingFailed += (sender, args) =>
|
DebugSettings.BindingFailed += (sender, args) =>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue