Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Winformsでは、Main関数があり、それが最初に実行されますが、WPFでは、最初に使用するウィンドウをApplication.xamlファイルで設定します。ウィンドウ以外のものを実行しようとすると、どうすればよいですか?開始時にロジックを実行して開くウィンドウを決定するwinformsアプリケーションを移植しているので、表示されないウィンドウではなく、実行するクラスにしたいです。
から削除しStartupUri、App.xamlでオーバーライドOnStartupしますApp.xaml.cs。
StartupUri
App.xaml
OnStartup
App.xaml.cs