Beispiel #1
0
 public UserClickEventArgs(Friends f, UserInfo u)
 {
     friend   = f;
     thisuser = u;
 }