OSDN Git Service

曲ツリーの構築機能を ユーザ クラスから分離。
[strokestylet/CsWin10Desktop3.git] / StrokeStyleT / / BoxNode.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Diagnostics;
4 using System.Linq;
5
6 namespace SST.曲
7 {
8         /// <summary>
9         /// 曲ツリーで「BOX」を表すノード。
10         /// </summary>
11         public class BoxNode : Node
12         {
13         }
14 }