Normand Briere
2019-06-25 26b24f5b623e709a88e91e9bce0864f9d5e8f084
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}