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());