check point
This commit is contained in:
10
VisionBuilder.UI.Common/Commands/SessionStartedEvent.cs
Normal file
10
VisionBuilder.UI.Common/Commands/SessionStartedEvent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using VisionBuilder.UI.Common.Commands.Interfaces;
|
||||
|
||||
namespace VisionBuilder.UI.Common.Commands;
|
||||
|
||||
public class SessionStartedEvent : IEvent
|
||||
{
|
||||
public string RecipeName { get; set; }
|
||||
public DateTime SessionStarted { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user