diff -r 44a2dc869e28 -r f292db96b050 client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs --- 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;