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