private void SetCommonUI()
 {
     this.csMultiRecruitListPanel                    = this.partMultiRecruitParent.GetComponent <GUISelectMultiRecruitListPanel>();
     this.csMultiRecruitListPanel.selectParts        = this.partMultiRecruit;
     this.csMultiRecruitListPanel.ListWindowViewRect = MultiTools.MakeRecruitListRectWindow();
     this.partMultiRecruit.SetActive(false);
 }
 private void SetCommonUI()
 {
     this.partGroupList                        = this.partGroupList.transform.GetChild(0).gameObject;
     this.csPartGroupParent                    = this.partGroupParent.GetComponent <GUISelectChatGroupPanel>();
     this.csPartGroupParent.selectParts        = this.partGroupList;
     this.csPartGroupParent.ListWindowViewRect = ChatTools.MakeChatListRectWindow();
     this.csPartMultiParent                    = this.partMultiParent.GetComponent <GUISelectMultiRecruitListPanel>();
     this.csPartMultiParent.selectParts        = this.partMultiList;
     this.csPartMultiParent.ListWindowViewRect = ChatTools.MakeChatListRectWindow();
     this.csPartPvPParent                      = this.partPvPParent.GetComponent <GUISelectPvPListPanel>();
     this.csPartPvPParent.selectParts          = this.partPvPList;
     this.csPartPvPParent.ListWindowViewRect   = ChatTools.MakeChatListRectWindow();
     this.partGroupList.SetActive(false);
     this.partMultiList.SetActive(false);
     this.partPvPList.SetActive(false);
 }