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