Пример #1
0
 public bool ShouldRecognizeSimultaneously(Gesture first, Gesture second)
 {
     return first.IsFriendly(second);
 }