client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
changeset 7 de7ba61f66c7
parent 0 249d70e7b32d
child 17 0e4e63f6f567
--- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs	Fri Nov 20 13:58:39 2009 +0100
+++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs	Mon Nov 23 10:17:33 2009 +0100
@@ -76,6 +76,12 @@
                 //PersonnalChutier
                 Search = new Command("iSearch");
                 ClickAnnotation = new Command("iClickAnnotation");
+                RefChutierAdd = new Command("RefChutierAdd");
+            }
+            public static Command RefChutierAdd
+            {
+                get;
+                private set;
             }
             public static Command Search
             {
@@ -147,6 +153,12 @@
             {
                 ActionReleased = new Command("ActionReleased");
                 CreateNewTextualAnnotation = new Command("CreateNewTextualAnnotation");
+                AddToRefChutier = new Command("AddToChutier");
+            }
+            static public Command AddToRefChutier
+            {
+                get;
+                private set;
             }
             static public Command CreateNewTextualAnnotation
             {