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