diff options
Diffstat (limited to 'src/YalpClients/WebClient/App.xaml')
| -rw-r--r-- | src/YalpClients/WebClient/App.xaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/YalpClients/WebClient/App.xaml b/src/YalpClients/WebClient/App.xaml new file mode 100644 index 0000000..48a0475 --- /dev/null +++ b/src/YalpClients/WebClient/App.xaml @@ -0,0 +1,8 @@ +<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + x:Class="VideoPlayer.App" + > + <Application.Resources> + + </Application.Resources> +</Application> |
