0
void App_Startup(object sender, StartupEventArgs args)
{
this.Resources = new OfficeStyle();
}
我已经在App.xaml文件如何在wpf app.xaml文件启动时给出方法名称。
给出这个方法的名称作为启动=“App_Startup”当我运行它,它给了我错误“无法找到资源app_startup”
Share APP。 XAML for more refeence – Ramankingdom