mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-08-04 07:08:47 +00:00
Initial commit
This commit is contained in:
parent
2ee7dcb851
commit
d7fdb034cd
10 changed files with 76 additions and 19 deletions
9
UnionPatcher.Gui.Windows/Program.cs
Normal file
9
UnionPatcher.Gui.Windows/Program.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using Eto.Forms;
|
||||
|
||||
namespace UnionPatcher.Gui.Windows {
|
||||
public static class Program {
|
||||
public static void Main(string[] args) {
|
||||
new Application().Run(new TestForm());
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue