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