mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
updated namespaces
This commit is contained in:
20
src/core/Microsoft.PowerToys.Settings.UI.Island/Program.cs
Normal file
20
src/core/Microsoft.PowerToys.Settings.UI.Island/Program.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace SettingsMain
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
[System.STAThreadAttribute()]
|
||||
public static void Main()
|
||||
{
|
||||
using (new SettingsUI.App())
|
||||
{
|
||||
SettingsMain.App app = new SettingsMain.App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user