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