wpf 判断项目中的某个窗体是否已经打开或者已经存在

foreach (Window item in Application.Current.Windows)
{
     if (item is window1) return;
}

转载于:https://www.cnblogs.com/ykgbk/p/10825723.html

    原文作者:weixin_30362801
    原文地址: https://blog.csdn.net/weixin_30362801/article/details/98014070
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞