Exemplo n.º 1
0
		public Animation(Device2 device) : base(IntPtr.Zero)
		{
			device.CreateAnimation(this);
		}
Exemplo n.º 2
0
 public Animation(Device2 device) : base(IntPtr.Zero)
 {
     device.CreateAnimation(this);
 }