From 5cf25f1409d40f7de6b13baf8b76751ae7b664ed Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Mon, 7 Nov 2022 07:34:10 +0700 Subject: tracing C# code to adapt to VB.NET --- ShiftOS-TheRevival-CS/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS-TheRevival-CS/Program.cs') 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()); } } } -- cgit v1.2.3