Separation of core library from the UWP app.
This commit is contained in:
11
Wino.Services/LaunchProtocolService.cs
Normal file
11
Wino.Services/LaunchProtocolService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Wino.Core.Domain.Interfaces;
|
||||
using Wino.Core.Domain.Models.Launch;
|
||||
|
||||
namespace Wino.Services
|
||||
{
|
||||
public class LaunchProtocolService : ILaunchProtocolService
|
||||
{
|
||||
public object LaunchParameter { get; set; }
|
||||
public MailToUri MailToUri { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user