8 lines
285 B
XML
8 lines
285 B
XML
<Application
|
|
x:Class="Wpf.Ui.Demo.SetResources.Simple.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
|
|
StartupUri="MainWindow.xaml"
|
|
></Application>
|