2025-03-17 10:58:59 +08:00
|
|
|
<h:ApplicationBase x:Class="HeBianGu.App.Disk.App"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:h="https://github.com/HeBianGu"
|
2025-03-22 15:29:32 +08:00
|
|
|
xmlns:local="clr-namespace:HeBianGu.App.Disk"
|
|
|
|
|
xmlns:provider="clr-namespace:Hopetry.Provider">
|
2025-03-17 10:58:59 +08:00
|
|
|
<h:ApplicationBase.Resources>
|
|
|
|
|
<ResourceDictionary>
|
|
|
|
|
<ResourceDictionary.MergedDictionaries />
|
2025-03-22 15:29:32 +08:00
|
|
|
<provider:DataSourceLocator x:Key="S.DataSource.Locator" />
|
2025-03-17 10:58:59 +08:00
|
|
|
</ResourceDictionary>
|
|
|
|
|
</h:ApplicationBase.Resources>
|
|
|
|
|
</h:ApplicationBase>
|