diff --git a/TslTools/App.xaml.cs b/TslTools/App.xaml.cs new file mode 100644 index 0000000..e3a109f --- /dev/null +++ b/TslTools/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace TslTools +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/TslTools/MainWindow.xaml b/TslTools/MainWindow.xaml new file mode 100644 index 0000000..dde0fc8 --- /dev/null +++ b/TslTools/MainWindow.xaml @@ -0,0 +1,37 @@ + + + + + + +