mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-04-25 05:55:18 +00:00
10 lines
No EOL
186 B
C#
10 lines
No EOL
186 B
C#
using System;
|
|
|
|
namespace UnionPatcher.Gui.Windows {
|
|
public static class Program {
|
|
[STAThread]
|
|
public static void Main() {
|
|
Gui.Show();
|
|
}
|
|
}
|
|
} |