client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
changeset 17 0e4e63f6f567
parent 7 de7ba61f66c7
child 18 66911d0f0eb6
--- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs	Thu Dec 03 16:05:43 2009 +0100
+++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs	Thu Dec 03 16:05:57 2009 +0100
@@ -374,8 +374,13 @@
         {
             static  ProductionTimeLine()
             {
+                EditorPartSelected = new Command("EditorPartSelected");
             }
-
+            public static Command EditorPartSelected
+            {
+                get;
+                private set;
+            }
             static public void Initialize()
             { }
         }
@@ -492,6 +497,7 @@
             HeaderProduction.Initialize();
             ProductionTimeLine.Initialize();
             VideoViewer.Initialize();
+            ProductionTimeLine.Initialize();
         }
     }
 }