Normand Briere
2019-09-02 21ac57b36a9e3b909853c7d64ac29b7ad72490a3
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}