client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
changeset 21 253f142174ac
parent 20 c2dd8119a6c1
child 22 69a2910ec6f9
--- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs	Fri Dec 11 10:48:58 2009 +0100
+++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs	Mon Dec 14 09:56:55 2009 +0100
@@ -376,6 +376,12 @@
             {
                 EditorPartSelected = new Command("EditorPartSelected");
                 EditorPartFinished = new Command("EditorPartFinished");
+                IndexSelected = new Command("IndexSelected");
+            }
+            public static Command IndexSelected
+            {
+                get;
+                private set;
             }
             public static Command EditorPartSelected
             {