mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-07-29 20:28:42 +00:00
Design UI
This commit is contained in:
parent
d7fdb034cd
commit
d0ea2955a0
9 changed files with 66 additions and 15 deletions
7
UnionPatcher.Gui.Linux/Program.cs
Normal file
7
UnionPatcher.Gui.Linux/Program.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace UnionPatcher.Gui.Linux {
|
||||
public static class Program {
|
||||
public static void Main(string[] args) {
|
||||
Gui.Show();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue