mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-08-04 15:18:49 +00:00
Fix for windows
This commit is contained in:
parent
c58a1c622b
commit
d0d075eb8b
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
namespace UnionPatcher.Gui.Windows {
|
using System;
|
||||||
|
|
||||||
|
namespace UnionPatcher.Gui.Windows {
|
||||||
public static class Program {
|
public static class Program {
|
||||||
|
[STAThread]
|
||||||
public static void Main() {
|
public static void Main() {
|
||||||
Gui.Show();
|
Gui.Show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue