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.
シンプルなコンソール アプリケーションを作成したばかりで、今すぐ WPF ウィンドウを開きたいと思います。アプリケーションに WPF アイテムを追加しました:P. しかし、Main() からこのウィンドウを開く方法がわかりません。some1が私を助けてくれることを願っています:)。
Application app = new Application(); app.Run(new Window1());