This commit is contained in:
Lavius Motileng
2020-03-09 23:55:08 -07:00
parent 8f02cbc234
commit 5ade906a7b
16 changed files with 371 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace SettingsMain
namespace SettingsRunner
{
public class Program
{
@@ -11,7 +11,7 @@ namespace SettingsMain
{
using (new SettingsUI.App())
{
SettingsMain.App app = new SettingsMain.App();
SettingsRunner.App app = new SettingsRunner.App();
app.InitializeComponent();
app.Run();
}