Files
amacocian f818f4152d Application lifetime interface (#5)
Application lifetime hooks for services
Options implementations and resolver
Options manager interface to manage options
2021-06-11 13:34:23 +02:00

9 lines
164 B
C#

using System.Windows.Extensions.Services;
namespace WpfExtended.Tests.Services
{
public interface IDummyService : IApplicationLifetimeService
{
}
}