16 lines
315 B
C#
16 lines
315 B
C#
using Prism.Events;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Security.Policy;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace linesider_screen_bankend.Modules.ModuleName.Event
|
|
{
|
|
public class CommonLogEvent: PubSubEvent<string>
|
|
{
|
|
|
|
}
|
|
}
|