port from perforce
This commit is contained in:
15
intromat/Intromat/Nodes/MainEntryPointModel.cs
Normal file
15
intromat/Intromat/Nodes/MainEntryPointModel.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Xml.Serialization;
|
||||
using Intromat.PersistentModel;
|
||||
using Intromat.ViewModels;
|
||||
|
||||
namespace Intromat.Nodes
|
||||
{
|
||||
[XmlRoot("MainEntryPoint", Namespace = _namespace)]
|
||||
public sealed class MainEntryPointModel : NodeModelBase
|
||||
{
|
||||
public override CodeGenNodeViewModel CreateViewModel()
|
||||
{
|
||||
return new MainEntryPointNode();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user