コード例 #1
0
 public void addBuddy(Buddy theBuddy) {
   myCon.addFriend(Email.parseStr(theBuddy.getScreename()), theBuddy.getAlias());
 }