We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebb414 commit 0279130Copy full SHA for 0279130
Samples/Islands/WpfCalculator/CalculatorDemo/MainWindow.cs
@@ -28,18 +28,15 @@ public sealed partial class MainWindow : Window
28
private AppWindow _appWindow;
29
#endif
30
31
- // Demo4_Step2_AddIsland
32
- // private Microsoft.UI.Composition.Compositor _compositor;
33
-
+#if false // Demo4_Step2_AddIsland
+ private Microsoft.UI.Composition.Compositor _compositor = new Microsoft.UI.Composition.Compositor();
+#endif
34
public MainWindow()
35
{
36
InitializeComponent();
37
_paper = new PaperTrail(this);
38
ProcessKey('0');
39
EraseDisplay = true;
40
41
42
- // _compositor = new Microsoft.UI.Composition.Compositor();
43
}
44
45
/// <summary>
0 commit comments