diff options
| author | Avi Levkovich <avi@twine-s.com> | 2019-10-07 15:14:05 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2019-10-07 15:14:05 +0300 |
| commit | 83c12a00665e330b6c248eab8e0a83fc356d835a (patch) | |
| tree | 05cb9b38cd943bd46500d490af6c2589d7f85535 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/App.xaml | |
| parent | 69aef0a7968415be041a8959d2ac6c3ebaf074ce (diff) | |
| parent | 0c664ab02889ac34b568ccd9a1d4aff5985f9d7a (diff) | |
| download | Tango-83c12a00665e330b6c248eab8e0a83fc356d835a.tar.gz Tango-83c12a00665e330b6c248eab8e0a83fc356d835a.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/App.xaml')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/App.xaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/App.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/App.xaml new file mode 100644 index 000000000..c8329636d --- /dev/null +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/App.xaml @@ -0,0 +1,12 @@ +<Application x:Class="Tango.MachineStudio.MachineDesigner.App" + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <Application.Resources> + <ResourceDictionary> + <ResourceDictionary.MergedDictionaries> + <ResourceDictionary Source="pack://application:,,,/Tango.MachineStudio.Common;component/Resources/MaterialDesign.xaml" /> + <ResourceDictionary Source="pack://application:,,,/Tango.MachineStudio.Common;component/Themes/LightThemeColors.xaml" /> + </ResourceDictionary.MergedDictionaries> + </ResourceDictionary> + </Application.Resources> +</Application> |
