Normand Briere
2019-07-25 7058eef32e524cae08a7373d8bc1061e373b223c
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}