aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Experiments/Tango.RemoteDesktop/WpfApp2/App.xaml
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-03-02 00:10:25 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-03-02 00:10:25 +0200
commit6488158b9fd003d690eb015cf9a644112a363f71 (patch)
tree135b4a9b0bd1fb1a977ee2f3e97403f5086b1fb6 /Software/Experiments/Tango.RemoteDesktop/WpfApp2/App.xaml
parent7e09a1b9f4227e536031a751619869c824a7af35 (diff)
downloadTango-6488158b9fd003d690eb015cf9a644112a363f71.tar.gz
Tango-6488158b9fd003d690eb015cf9a644112a363f71.zip
Implemented Tango.RemoteDesktop using generic Diff Frame.
Diffstat (limited to 'Software/Experiments/Tango.RemoteDesktop/WpfApp2/App.xaml')
-rw-r--r--Software/Experiments/Tango.RemoteDesktop/WpfApp2/App.xaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/Experiments/Tango.RemoteDesktop/WpfApp2/App.xaml b/Software/Experiments/Tango.RemoteDesktop/WpfApp2/App.xaml
new file mode 100644
index 000000000..2e70522d4
--- /dev/null
+++ b/Software/Experiments/Tango.RemoteDesktop/WpfApp2/App.xaml
@@ -0,0 +1,9 @@
+<Application x:Class="WpfApp1.App"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:local="clr-namespace:WpfApp1"
+ StartupUri="MainWindow.xaml">
+ <Application.Resources>
+
+ </Application.Resources>
+</Application>