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