Horizon – Rev 15
?pathlinks?
using Horizon.Notifications.Gotify;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Horizon.Searching
{
public class MessageIndexedEventArgs : EventArgs
{
public MessageIndexedEventArgs()
{
}
}
}