This commit is contained in:
Frank Skare
2019-03-25 09:50:14 +01:00
parent 8a6659b1bf
commit 07b6d4379e
30 changed files with 2870 additions and 77 deletions

View File

@@ -0,0 +1,8 @@
using System.Windows;
namespace DynamicGUI
{
public partial class App : Application
{
}
}