Normand Briere
2019-08-12 8f1afe25ea8fc8801aab66331c32a50859a758c2
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}