WPF - Switching from WPF app to xbap

前端 未结 2 2047
北荒
北荒 2021-02-06 13:35

I have a working WPF application. I would like to see it running as an xbap. What do I need to change in my WPF app to make it run as an xbap?

2条回答
  •  情深已故
    2021-02-06 14:36

    Yes, we can use Windows in XBAP. But the first object must be a Page, because the Page will be displayed on the browser. You can put a button on the page and open your window from it.

提交回复
热议问题