Normand Briere
2019-08-22 0c7b833be7d86598a6813cd1c6db0ca9e1b17966
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}