-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp.xaml
More file actions
21 lines (21 loc) · 1.31 KB
/
Copy pathApp.xaml
File metadata and controls
21 lines (21 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Application x:Class="Apply_Gule_And_Tape_PC.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Apply_Gule_And_Tape_PC"
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
StartupUri="MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<!-- Tải và kết hợp tài nguyên từ MaterialDesignThemes.Wpf -->
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="Style/Style_Element.xaml" />
<materialDesign:CustomColorTheme BaseTheme="Light"
PrimaryColor="White"
SecondaryColor="LightGreen" />
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" />
<!-- Kết hợp tài nguyên từ tệp tin ngôn ngữ hiện tại (mặc định là tiếng Việt) -->
<ResourceDictionary Source="Resources/vi.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>