mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-04-25 05:55:18 +00:00
9 lines
No EOL
209 B
C#
9 lines
No EOL
209 B
C#
using Eto.Forms;
|
|
|
|
namespace UnionPatcher.Gui.Windows {
|
|
public static class Program {
|
|
public static void Main(string[] args) {
|
|
new Application().Run(new TestForm());
|
|
}
|
|
}
|
|
} |