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 { /// /// Invoked when the user has closed the current editable entity. /// /// public class CloseEntityEditViewMessage : IStudioMessage { } }