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