using XFEExtension.NetCore.WinUIHelper.TestApp.Interface.Services;
namespace XFEExtension.NetCore.WinUIHelper.TestApp.Implements.Services
{
public class MyService : IMyService
{
public void Initialize(UIElement uIElement)
{
throw new NotImplementedException();
}
}
}
using XFEExtension.NetCore.WinUIHelper.TestApp.Interface.Services;
namespace XFEExtension.NetCore.WinUIHelper.TestApp.Implements.Services
{
public class MyService : IMyService
{
public void Initialize(UIElement uIElement)
{
throw new NotImplementedException();
}
}
}