コード例 #1
0
 private static bool isTeclaBlanca(Tecla tecla)
 {
     return (tecla == null || typeof(TeclaBlanca3D) == tecla.GetType()) ? true : false;
 }