Skip to content

Commit 10577b5

Browse files
authored
Merge pull request #4405 from 16george/docs
Fix CS1002 in TrySetSystemBackdrop method
2 parents 9a139ad + 13fd24f commit 10577b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/apps/windows-app-sdk/system-backdrop-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public sealed partial class MainWindow : Window
270270
m_configurationSource.IsInputActive = true;
271271
SetConfigurationSourceTheme();
272272

273-
m_backdropController = new Microsoft.UI.Composition.SystemBackdrops.MicaController()
273+
m_backdropController = new Microsoft.UI.Composition.SystemBackdrops.MicaController();
274274

275275
// Enable the system backdrop.
276276
// Note: Be sure to have "using WinRT;" to support the Window.As<...>() call.

0 commit comments

Comments
 (0)