OSDN Git Service

Merge branch 'develop'
[strokestylet/CsWin10Desktop3.git] / StrokeStyleT / / BoxNode.cs
index 9322c2c..380b4c9 100644 (file)
@@ -6,13 +6,14 @@ using System.Linq;
 namespace SST.曲
 {
        /// <summary>
-       /// 曲ツリーで「BOX」を表すノード。
+       ///             曲ツリーで「BOX」を表すノード。
        /// </summary>
        public class BoxNode : Node
        {
                public BoxNode()
                {
                }
+
                public BoxNode( string boxDefファイルパス, Node 親ノード = null )
                {
                        var box = new BoxDef( boxDefファイルパス );