diff options
| author | IBMPCDOS5 <[email protected]> | 2017-09-24 13:34:14 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-24 13:34:14 -0500 |
| commit | 061ce54709db3157ae3366607420639d34942c7e (patch) | |
| tree | c6a440b7ed182df8f8d1e5d0fdf55e28cf74055f /ShiftOS.Main/Program.cs | |
| parent | 2992686ec723fa4c854b6de27007a284b484a92e (diff) | |
| parent | 9107510c4985ceb781640163bbb82ab6de2fa35e (diff) | |
| download | shiftos-rewind-061ce54709db3157ae3366607420639d34942c7e.tar.gz shiftos-rewind-061ce54709db3157ae3366607420639d34942c7e.tar.bz2 shiftos-rewind-061ce54709db3157ae3366607420639d34942c7e.zip | |
Merge pull request #4 from AShifter/master
Add proper WM and Remove old source
Diffstat (limited to 'ShiftOS.Main/Program.cs')
| -rw-r--r-- | ShiftOS.Main/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Main/Program.cs b/ShiftOS.Main/Program.cs index a775714..5464d8e 100644 --- a/ShiftOS.Main/Program.cs +++ b/ShiftOS.Main/Program.cs @@ -16,7 +16,7 @@ namespace ShiftOS.Main { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new HijackScreen()); + Application.Run(new TestForm()); } } } |
