Skip to content

Commit 7b3a154

Browse files
committed
More step comments
1 parent fae1230 commit 7b3a154

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Samples/Islands/WpfCalculator/CalculatorDemo/App.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// // Copyright (c) Microsoft. All rights reserved.
22
// // Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

4+
#if false // Demo3_Step1_AddWasdk
45
using Microsoft.UI.Dispatching;
6+
#endif
57
using System.Windows;
68

79
namespace CalculatorDemo

Samples/Islands/WpfCalculator/CalculatorDemo/MainWindow.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// // Copyright (c) Microsoft. All rights reserved.
22
// // Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

4+
#if false // Demo3_Step1_AddWasdk
45
using Microsoft.UI;
56
using Microsoft.UI.Windowing;
7+
#endif
68
using System;
79
using System.Globalization;
810
using System.Windows;
@@ -22,7 +24,9 @@ public sealed partial class MainWindow : Window
2224
private Operation _lastOper;
2325
private string _lastVal;
2426
private string _memVal;
27+
#if false // Demo3_Step2_AddCompact
2528
private AppWindow _appWindow;
29+
#endif
2630

2731
// Demo4_Step2_AddIsland
2832
// private Microsoft.UI.Composition.Compositor _compositor;

0 commit comments

Comments
 (0)