示例#1
0
 public static void init()
 {
     toggleGropFriendBase.mFriendList          = new friendList();
     toggleGropFriendBase.mBlackList           = new blackList();
     toggleGropFriendBase.mEnemyList           = new enemyList();
     toggleGropFriendBase.mNeighborList        = new neighborList();
     toggleGropFriendBase.mToggleGropFriend    = new toggleGropFriend();
     toggleGropFriendBase.mRecommendList       = new recommendList();
     toggleGropFriendBase.addToBalckListWaring = new AddToBalckListWaring();
     toggleGropFriendBase.actionBlackListPanel = new actionBlackListPanelPrefab();
     toggleGropFriendBase._actionEnemyPanel    = new actionEnemyPanel();
     toggleGropFriendBase._actionEnemyPanel.init();
     toggleGropFriendBase.actionBlackListPanel.init();
     toggleGropFriendBase.mRecommendList.init();
     toggleGropFriendBase.mFriendList.init();
     toggleGropFriendBase.mBlackList.init();
     toggleGropFriendBase.mEnemyList.init();
     toggleGropFriendBase.mNeighborList.init();
     toggleGropFriendBase.mToggleGropFriend.init();
     toggleGropFriendBase.app.init();
     toggleGropFriendBase.anpp.init();
     toggleGropFriendBase.addToBalckListWaring.init();
 }
示例#2
0
 public new void init()
 {
     recommendList._instance = this;
     this.root     = toggleGropFriendBase.mTransform.FindChild("mainBody/myFriendsPanel/hidPanels/personalsPanel");
     this.containt = this.root.FindChild("main/scroll/containts");
 }