开发者

Outlook add-in and WPF window

I am writing a simple Outlook addin using addin Express. This is for 2007 and 2010 . I have a wpf window I want to launch modally when a ribbon button is pressed in OL .

The code I have right now just does this

MainWindow mw = new MainWindow();
mw.ShowDialog();    

and everything seems to work fine. I guess my question is , is it really this easy or is something going to get me in the rear later. Is ther开发者_如何学运维e no need for any interop of any sort here?

Thanks

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜