OSDN Git Service

DTXManiaソリューション、DTXManiaプロジェクト、DTXCreatorプロジェクト、FDKプロジェクトについて英語化。
[dtxmania/dtxmania.git] / DTXCreatorプロジェクト / コード / 05.譜面 / C小節用UndoRedo.cs
diff --git a/DTXCreatorプロジェクト/コード/05.譜面/C小節用UndoRedo.cs b/DTXCreatorプロジェクト/コード/05.譜面/C小節用UndoRedo.cs
deleted file mode 100644 (file)
index 3d21959..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-using System;\r
-using System.Collections.Generic;\r
-using System.Text;\r
-\r
-namespace DTXCreator.譜面\r
-{\r
-       public class C小節用UndoRedo\r
-       {\r
-               public float f倍率;\r
-               public int n小節番号0to;\r
-\r
-               public C小節用UndoRedo( int n小節番号0to, float f倍率 )\r
-               {\r
-                       this.n小節番号0to = n小節番号0to;\r
-                       this.f倍率 = f倍率;\r
-               }\r
-       }\r
-}\r