Normand Briere
2019-06-24 914255f70cf047897212839cbf3a6722703f4457
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}