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