Beispiel #1
0
 public void AddListner(ActionCallBack callback, ButtonEventArgs args)
 {
     func += (o) => { callback.Invoke(args); };
 }