Normand Briere
2019-05-02 c209bbe1cf788c9af3dcffea7667c830170a3f1f
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}