client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
changeset 20 c2dd8119a6c1
parent 19 7d044e7562ea
child 21 253f142174ac
--- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs	Tue Dec 08 11:39:27 2009 +0100
+++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs	Fri Dec 11 10:48:58 2009 +0100
@@ -494,6 +494,19 @@
             {
                 ClickAddSelectedRecord = new Command("ClickAddSelectedRecord");
                 VideoRecordUpdated = new Command("VideoRecordUpdated");
+                DelVideoSequence = new Command("DelVideoSequence");
+                ClickAddIndex = new Command("ClickAddIndex");
+
+            }
+            public static Command ClickAddIndex
+            {
+                get;
+                private set;
+            }
+            public static Command DelVideoSequence
+            {
+                get;
+                private set;
             }
             public static Command ClickAddSelectedRecord
             {