Beispiel #1
0
        public void SetLiveScore(BaseScore score, bool enable)
        {
            if (score.IsVirtual())
            {
                BaseScore sc = FindScore(score.Parent);
                if (sc != null)
                {
                    sc.SetLive(enable);
                }
            }

            score.SetLive(enable);
        }