using Prism.Events;
using System.Collections.Generic;

namespace LogoForceTestApp.Modules.MainModule.ViewModels
{
    internal class AlarmEvent:PubSubEvent<Dictionary<string,string>>
    {
    }
}