--- 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
{