/// <summary>
 /// 同步解决方案变更
 /// </summary>
 public void OnSolutionChanged()
 {
     Editor.WorkView     = Screen.WorkView;
     Editor.AdvancedView = Screen.AdvancedView;
     Editor.OnSolutionChanged();
     ExtendConfig.OnSolutionChanged();
     Context.OnSolutionChanged();
     ConfigIo.OnSolutionChanged();
     Tree.OnSolutionChanged();
     NormalCode.OnSolutionChanged();
     FirstSelect();
 }