stub out things to get the beatles xbox site up and running
[moon.git] / class / System.Windows / System.Windows.Media.Animation / ObjectKeyFrameCollection.cs
bloba93a4603343b84d7937ec11c7e9c76da0caec3ae
1 /*
2 * ObjectKeyFrameCollection.cs.
4 * Contact:
5 * Moonlight List (moonlight-list@lists.ximian.com)
7 * Copyright 2008 Novell, Inc. (http://www.novell.com)
9 * See the LICENSE file included with the distribution for details.
13 using System;
14 using System.Windows;
16 namespace System.Windows.Media.Animation
18 public sealed partial class ObjectKeyFrameCollection : PresentationFrameworkCollection<ObjectKeyFrame> {