using XFEToolBox.Views.Windows; namespace XFEToolBox.Model; public interface IPopupPage { public PopupWindow? PopupWindow { get; set; } }