5 changed files with 13 additions and 23 deletions
@ -1,9 +0,0 @@ |
|||
using System; |
|||
|
|||
namespace Avalonia.Platform |
|||
{ |
|||
public interface IApplicationPlatform |
|||
{ |
|||
Action<string[]> FilesOpened { get; set; } |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
namespace Avalonia.Platform |
|||
{ |
|||
public interface IApplicationPlatformEvents |
|||
{ |
|||
void RaiseUrlsOpened(string[] urls); |
|||
} |
|||
} |
|||
Loading…
Reference in new issue