namespace Avalonia.Platform { public interface IApplicationPlatformEvents { void RaiseUrlsOpened(string[] urls); } }