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