//同意好友申请
    private void agreeApply()
    {
        FriendsFPort fport = FPortManager.Instance.getFPort("FriendsFPort") as FriendsFPort;

        fport.agreeFriend(info, sendMsgBack);
    }