mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
updated namespaces
This commit is contained in:
12
src/core/Microsoft.PowerToys.Settings.UI/App.xaml.cs
Normal file
12
src/core/Microsoft.PowerToys.Settings.UI/App.xaml.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Microsoft.Toolkit.Win32.UI.XamlHost;
|
||||
|
||||
namespace SettingsUI
|
||||
{
|
||||
public sealed partial class App : XamlApplication
|
||||
{
|
||||
public App()
|
||||
{
|
||||
this.Initialize();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user