예제 #1
0
 static Cat()
 {
     AnimalType.Register(typeof(Cat), Type);
 }
예제 #2
0
 static Dog()
 {
     AnimalType.Register(typeof(Dog), Type);
 }