Adding SzGui project
This commit is contained in:
6
SzGui/Program.cs
Normal file
6
SzGui/Program.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
|
||||
using SzGui;
|
||||
|
||||
var app = new SzApp();
|
||||
app.Init();
|
||||
Reference in New Issue
Block a user