Beispiel #1
0
 public void IsCheck(int x, int y)
 {
     if (listener != null)
     {
         listener.Check(x, y);
     }
 }