Initial commit.
This commit is contained in:
11
Wino.Mail/Services/LaunchProtocolService.cs
Normal file
11
Wino.Mail/Services/LaunchProtocolService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Specialized;
|
||||
using Wino.Core.Domain.Interfaces;
|
||||
|
||||
namespace Wino.Core.UWP.Services
|
||||
{
|
||||
public class LaunchProtocolService : ILaunchProtocolService
|
||||
{
|
||||
public object LaunchParameter { get; set; }
|
||||
public NameValueCollection MailtoParameters { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user