client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
changeset 7 de7ba61f66c7
parent 0 249d70e7b32d
child 17 0e4e63f6f567
equal deleted inserted replaced
6:cde7fe7f284e 7:de7ba61f66c7
    74             static ReferencesChutier()
    74             static ReferencesChutier()
    75             {
    75             {
    76                 //PersonnalChutier
    76                 //PersonnalChutier
    77                 Search = new Command("iSearch");
    77                 Search = new Command("iSearch");
    78                 ClickAnnotation = new Command("iClickAnnotation");
    78                 ClickAnnotation = new Command("iClickAnnotation");
       
    79                 RefChutierAdd = new Command("RefChutierAdd");
       
    80             }
       
    81             public static Command RefChutierAdd
       
    82             {
       
    83                 get;
       
    84                 private set;
    79             }
    85             }
    80             public static Command Search
    86             public static Command Search
    81             {
    87             {
    82                 get;
    88                 get;
    83                 private set;
    89                 private set;
   145         {
   151         {
   146             static ClickMenu()
   152             static ClickMenu()
   147             {
   153             {
   148                 ActionReleased = new Command("ActionReleased");
   154                 ActionReleased = new Command("ActionReleased");
   149                 CreateNewTextualAnnotation = new Command("CreateNewTextualAnnotation");
   155                 CreateNewTextualAnnotation = new Command("CreateNewTextualAnnotation");
       
   156                 AddToRefChutier = new Command("AddToChutier");
       
   157             }
       
   158             static public Command AddToRefChutier
       
   159             {
       
   160                 get;
       
   161                 private set;
   150             }
   162             }
   151             static public Command CreateNewTextualAnnotation
   163             static public Command CreateNewTextualAnnotation
   152             {
   164             {
   153                 get;
   165                 get;
   154                 private set;
   166                 private set;