public void Properties ()
	{
		ColorAnimationBasePoker poker = new ColorAnimationBasePoker ();
		Assert.AreEqual (typeof (Color), poker.TargetPropertyType);
	}
Beispiel #2
0
        public void Properties()
        {
            ColorAnimationBasePoker poker = new ColorAnimationBasePoker();

            Assert.AreEqual(typeof(Color), poker.TargetPropertyType);
        }