我只想创建定义的应用程序Style
:
<Application x:Class="Customer_UI.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
<style>
</style>
</Application.Resources>
</Application>
ERROR: style is not supported in a Windows Presentation Foundation (WPF) project