Normand Briere
2019-04-23 ec9d13e42c9c8674739acefb0769a9273a1048c9
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}