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