Normand Briere
2019-08-18 66aca73cce89e4b4d7521862760edf4b0888bc38
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}