aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Messages/CloseEntityEditViewMessage.cs
blob: 22e65149e8c6
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.MachineStudio.Common.Messages;

namespace Tango.MachineStudio.DB.Messages
{
    /// <summary>
    /// Invoked when the user has closed the current editable entity.
    /// </summary>
    /// <seealso cref="Tango.MachineStudio.Common.Messages.IStudioMessage" />
    public class CloseEntityEditViewMessage : IStudioMessage
    {
    }
}