aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Messages/CloseEntityEditViewMessage.cs
blob: 22e65149e8c6809f620bdc77f31c137d8e9685ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
    {
    }
}