3-WPF-Order/5-WPF样式和行为-8多个触发器/App.xaml

10 lines
421 B
XML

<Application x:Class="_5_WPF样式和行为_8多个触发器.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:_5_WPF样式和行为_8多个触发器"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>