15 lines
269 B
C#
15 lines
269 B
C#
|
using Prism.Events;
|
|||
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace DM_Weight.msg
|
|||
|
{
|
|||
|
//药箱(开着/关着)状态
|
|||
|
internal class BoxOpenStatusEvent: PubSubEvent
|
|||
|
{
|
|||
|
}
|
|||
|
}
|