diff --git a/UpdateService/App.xaml b/UpdateService/App.xaml new file mode 100644 index 0000000..ae5fdf6 --- /dev/null +++ b/UpdateService/App.xaml @@ -0,0 +1,7 @@ + + + + diff --git a/UpdateService/App.xaml.cs b/UpdateService/App.xaml.cs new file mode 100644 index 0000000..eaaeaf2 --- /dev/null +++ b/UpdateService/App.xaml.cs @@ -0,0 +1,8 @@ +using System.Windows; + +namespace UpdateService +{ + public partial class App : System.Windows.Application + { + } +} diff --git a/UpdateService/MainWindow.xaml b/UpdateService/MainWindow.xaml new file mode 100644 index 0000000..ee973bb --- /dev/null +++ b/UpdateService/MainWindow.xaml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +