OSDN Git Service

・ 「DTXCreatorプロジェクト」と「実行時フォルダ(DTXCreator)」を trunk/ に追加。
[dtxmania/dtxmania.git] / DTXCreatorプロジェクト / コード / 05.譜面 / Cチップ配置用UndoRedo.cs
1 using System;\r
2 using System.Collections.Generic;\r
3 using System.Text;\r
4 \r
5 namespace DTXCreator.譜面\r
6 {\r
7         public class Cチップ配置用UndoRedo\r
8         {\r
9                 public Cチップ cc;\r
10                 public int n小節番号0to;\r
11 \r
12                 public Cチップ配置用UndoRedo( int n小節番号0to, Cチップ cc )\r
13                 {\r
14                         this.n小節番号0to = n小節番号0to;\r
15                         this.cc = cc;\r
16                 }\r
17         }\r
18 }\r