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