mirror of
https://github.com/AlexMacocian/WpfExtended.git
synced 2026-07-21 01:19:29 +00:00
f818f4152d
Application lifetime hooks for services Options implementations and resolver Options manager interface to manage options
9 lines
164 B
C#
9 lines
164 B
C#
using System.Windows.Extensions.Services;
|
|
|
|
namespace WpfExtended.Tests.Services
|
|
{
|
|
public interface IDummyService : IApplicationLifetimeService
|
|
{
|
|
}
|
|
}
|