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