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