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
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; paddi
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
    {
    }
}
s the classes section. /// </summary> public List<Class> Classes { get; set; } /// <summary> /// Initializes a new instance of the <see cref="Namespace"/> class. /// </summary> public Namespace() : base() { Classes = new List<Class>(); Modifier = CodeObjectModifier.None; } /// <summary> /// Initializes a new instance of the <see cref="Namespace"/> class. /// </summary> /// <param name="name">The name.</param> public Namespace(String name) : this() { Name = name; } } }