예제 #1
0
 private bool OnCheckRadioButton(string arg)
 {
     return(AnimalType.Equals(arg));
 }