namespace XFEExtension.NetCore.WinUIHelper.TestApp.Interface.Services
{
public interface IMyService
{
public void Initialize(UIElement uIElement);
}
}
namespace XFEExtension.NetCore.WinUIHelper.TestApp.Interface.Services
{
public interface IMyService
{
public void Initialize(UIElement uIElement);
}
}