Normand Briere
2019-07-21 d32f24f147068e6cbecb31c7f98047f68bc8b58a
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}