Пример #1
0
 private void LoadSection(DetectPlaceSection section)
 {
     currentSection = section;
     //重置三大功能内容
     SetInvest();
     SetDialog();
     SetMove();
 }
Пример #2
0
 private void LoadSection(DetectPlaceSection section)
 {
     this.section = section;
     //TODO: 更换背景
     ChangeBackground(section.imagename);
     SetInvest();
     SetDialog();
     SetMove();
 }