client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
changeset 27 f292db96b050
parent 22 69a2910ec6f9
child 29 5f8d275750e7
--- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs	Tue Dec 22 16:22:22 2009 +0100
+++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs	Mon Jan 04 10:29:39 2010 +0100
@@ -459,11 +459,17 @@
             TimeChange = new Command("TimeChange");
             FlipView = new Command("FlipView");
             GoToTime = new Command("GoToTime");
+            ActivePart = new Command("ActivePart");
             
            // VideoPositionTimer.Tick += new EventHandler(Each_Tick);
            
            
         }
+        public static Command ActivePart
+        {
+            get;
+            private set;
+        }
         public static Command Action
         {
             get;