Normand Briere
2015-04-12 89da025f40680d9cea46f2b0a7c8c6829a0d0451
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}