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