File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Samples/Islands/WpfCalculator/CalculatorDemo Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
// // Copyright (c) Microsoft. All rights reserved.
2
2
// // Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
3
4
+ #if false // Demo3_Step1_AddWasdk
4
5
using Microsoft . UI . Dispatching ;
6
+ #endif
5
7
using System . Windows ;
6
8
7
9
namespace CalculatorDemo
Original file line number Diff line number Diff line change 1
1
// // Copyright (c) Microsoft. All rights reserved.
2
2
// // Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
3
4
+ #if false // Demo3_Step1_AddWasdk
4
5
using Microsoft . UI ;
5
6
using Microsoft . UI . Windowing ;
7
+ #endif
6
8
using System ;
7
9
using System . Globalization ;
8
10
using System . Windows ;
@@ -22,7 +24,9 @@ public sealed partial class MainWindow : Window
22
24
private Operation _lastOper ;
23
25
private string _lastVal ;
24
26
private string _memVal ;
27
+ #if false // Demo3_Step2_AddCompact
25
28
private AppWindow _appWindow ;
29
+ #endif
26
30
27
31
// Demo4_Step2_AddIsland
28
32
// private Microsoft.UI.Composition.Compositor _compositor;
You can’t perform that action at this time.
0 commit comments