Horizon – Rev 15

Subversion Repositories:
Rev:
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()
        {

        }
    }
}