mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-04-23 21:15:18 +00:00
7 lines
No EOL
137 B
C#
7 lines
No EOL
137 B
C#
namespace LBPUnion.UnionPatcher.Gui.Linux;
|
|
|
|
public static class Program {
|
|
public static void Main() {
|
|
Gui.Show();
|
|
}
|
|
} |