Exemplo n.º 1
0
 public static void Rotate(RotateInfo RI)
 {
     if (IT_Gesture.onRotateE != null)
     {
         IT_Gesture.onRotateE(RI);
     }
 }