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