diff options
| author | EverythingWindows <[email protected]> | 2022-11-07 07:34:10 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-07 07:34:10 +0700 |
| commit | 5cf25f1409d40f7de6b13baf8b76751ae7b664ed (patch) | |
| tree | 7ad0eb091858dbdc7418104cc8231697075a93f1 /ShiftOS-TheRevival-CS/Program.cs | |
| parent | 8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14 (diff) | |
| download | shiftos-therevival-old-5cf25f1409d40f7de6b13baf8b76751ae7b664ed.tar.gz shiftos-therevival-old-5cf25f1409d40f7de6b13baf8b76751ae7b664ed.tar.bz2 shiftos-therevival-old-5cf25f1409d40f7de6b13baf8b76751ae7b664ed.zip | |
tracing C# code to adapt to VB.NET
Diffstat (limited to 'ShiftOS-TheRevival-CS/Program.cs')
| -rw-r--r-- | ShiftOS-TheRevival-CS/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival-CS/Program.cs b/ShiftOS-TheRevival-CS/Program.cs index 54e9112..1b51a33 100644 --- a/ShiftOS-TheRevival-CS/Program.cs +++ b/ShiftOS-TheRevival-CS/Program.cs @@ -16,7 +16,7 @@ namespace ShiftOS_TheRevival_CS { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new Form1()); + Application.Run(new ShiftOSMenu()); } } } |
