예제 #1
0
 void OnShowRelationNamePopWindow(bool bSuccess, object param)
 {
     if (bSuccess)
     {
         RelationNamePopController.Instance().SetDelegate(OnChooseFriend);
         RelationNamePopController.Instance().SetIsPopWindow(false);
         RelationNamePopController.Instance().SetIsRestaurantFriend(true);
     }
 }
예제 #2
0
 void OnChooseReceiver(bool bSuccess, object param)
 {
     RelationNamePopController.Instance().SetDelegate(SetReceiver);
 }