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