16 lines
593 B
Plaintext
16 lines
593 B
Plaintext
|
|
<Application xmlns="https://github.com/avaloniaui"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
x:Class="Footwear_Test_methodsfor_wholeshoe_Slipresistanceperformance.App"
|
||
|
|
xmlns:local="using:Footwear_Test_methodsfor_wholeshoe_Slipresistanceperformance"
|
||
|
|
xmlns:suki="using:SukiUI"
|
||
|
|
RequestedThemeVariant="Light">
|
||
|
|
|
||
|
|
<Application.DataTemplates>
|
||
|
|
<local:ViewLocator/>
|
||
|
|
</Application.DataTemplates>
|
||
|
|
|
||
|
|
<Application.Styles>
|
||
|
|
<suki:SukiTheme ThemeColor="Blue" />
|
||
|
|
</Application.Styles>
|
||
|
|
</Application>
|