Update Program.cs

This commit is contained in:
william341 2017-02-04 14:49:21 -07:00 committed by GitHub
parent 1302b0097b
commit 327e97f444

View file

@ -14,7 +14,7 @@ namespace ShiftOS.Modding.VirtualMachine
[STAThread]
static void Main()
{
ShiftOS.WinForms.Program.Main();
}
}
}