Design UI

This commit is contained in:
jvyden 2021-10-18 00:18:51 -04:00
commit d0ea2955a0
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
9 changed files with 66 additions and 15 deletions

View file

@ -0,0 +1,7 @@
namespace UnionPatcher.Gui.Linux {
public static class Program {
public static void Main(string[] args) {
Gui.Show();
}
}
}