Normand Briere
2019-04-28 f1c718cce66e5651a0dae91375db6ebfaded1a92
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}