diff options
Diffstat (limited to 'App.axaml')
| -rw-r--r-- | App.axaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/App.axaml b/App.axaml new file mode 100644 index 0000000..ddd8046 --- /dev/null +++ b/App.axaml @@ -0,0 +1,12 @@ +<Application xmlns="https://github.com/avaloniaui"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:local="using:Alee_Audio_Player"
+ x:Class="Alee_Audio_Player.App">
+ <Application.DataTemplates>
+ <local:ViewLocator/>
+ </Application.DataTemplates>
+
+ <Application.Styles>
+ <FluentTheme Mode="Light"/>
+ </Application.Styles>
+</Application>
|
