Normand Briere
2019-08-15 7f97054d681518416a4ee1c1548ad42cfb489a8f
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}