18 lines
317 B
C#
18 lines
317 B
C#
using Prism.Events;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace CapMachine.Wpf.PrismEvent
|
|
{
|
|
/// <summary>
|
|
/// 公共弹窗事件
|
|
/// </summary>
|
|
public class ComDialogEvent : PubSubEvent<ComDialogMsg>
|
|
{
|
|
|
|
}
|
|
}
|