Normand Briere
2019-05-05 623dc0fa8cbd9473830a1786f6d49fa808a09439
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}