# HG changeset patch
# User Matthieu Totet
# Date 1258967853 -3600
# Node ID de7ba61f66c7b3adeb9c245c7b44fc142b813a2a
# Parent cde7fe7f284e848ab672f881c987d174432eb2fc
Add element to personal chutier
diff -r cde7fe7f284e -r de7ba61f66c7 client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
--- 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
{
diff -r cde7fe7f284e -r de7ba61f66c7 client/src/Iri.Modernisation.Controls/View/AnnotationMaker/AnnotationMaker.xaml
--- a/client/src/Iri.Modernisation.Controls/View/AnnotationMaker/AnnotationMaker.xaml Fri Nov 20 13:58:39 2009 +0100
+++ b/client/src/Iri.Modernisation.Controls/View/AnnotationMaker/AnnotationMaker.xaml Mon Nov 23 10:17:33 2009 +0100
@@ -81,6 +81,6 @@
-
+
\ No newline at end of file
diff -r cde7fe7f284e -r de7ba61f66c7 client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml
--- a/client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml Fri Nov 20 13:58:39 2009 +0100
+++ b/client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml Mon Nov 23 10:17:33 2009 +0100
@@ -23,7 +23,7 @@
-
+