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