stub out things to get the beatles xbox site up and running
[moon.git] / class / System.Windows / System.Windows.Media.Animation / ObjectAnimationUsingKeyFrames.cs
blob2c7cf0a5826bfd5ac3ae4350ca4cdbaed957681c
1 /*
2 * ObjectAnimationUsingKeyFrames.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;
15 using System.Windows.Media;
17 namespace System.Windows.Media.Animation
19 public sealed partial class ObjectAnimationUsingKeyFrames : Timeline