diff options
| author | Carver Harrison <[email protected]> | 2017-01-08 15:36:09 -0800 |
|---|---|---|
| committer | Carver Harrison <[email protected]> | 2017-01-08 15:38:54 -0800 |
| commit | 6393f91ad1acb2f84ac09f404076a50a2bf84c37 (patch) | |
| tree | 5d4ed70e0c7dd2d70fcb5798489c72b84027673d /ShiftOS.MFSProfiler/Program.cs | |
| parent | 65449eda4ce016c1f1e30fb7f6bc56c41b8b0305 (diff) | |
| download | shiftos_thereturn-6393f91ad1acb2f84ac09f404076a50a2bf84c37.tar.gz shiftos_thereturn-6393f91ad1acb2f84ac09f404076a50a2bf84c37.tar.bz2 shiftos_thereturn-6393f91ad1acb2f84ac09f404076a50a2bf84c37.zip | |
Moved Stuff into files and made things look better
Diffstat (limited to 'ShiftOS.MFSProfiler/Program.cs')
| -rw-r--r-- | ShiftOS.MFSProfiler/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.MFSProfiler/Program.cs b/ShiftOS.MFSProfiler/Program.cs index ef34d38..b30e7eb 100644 --- a/ShiftOS.MFSProfiler/Program.cs +++ b/ShiftOS.MFSProfiler/Program.cs @@ -40,7 +40,7 @@ namespace ShiftOS.MFSProfiler { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new Form1()); + Application.Run(new Main()); } } } |
