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