aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival-CS/Program.cs
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-07 07:34:10 +0700
committerEverythingWindows <[email protected]>2022-11-07 07:34:10 +0700
commit5cf25f1409d40f7de6b13baf8b76751ae7b664ed (patch)
tree7ad0eb091858dbdc7418104cc8231697075a93f1 /ShiftOS-TheRevival-CS/Program.cs
parent8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14 (diff)
downloadshiftos-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.cs2
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());
}
}
}