Exemple #1
0
        protected override bool EditMatch(TA.Corel.MatchInfo match, bool readOnly)
        {
            bool result = fSwingMatchEdit.Edit(match, readOnly, (Competition as Swing).GetRoundMaxPoints(match.Label.Round));

            return(result);
        }
 protected override bool EditMatch(TA.Corel.MatchInfo match, bool readOnly)
 {
     return(fFipsMatchEdit.Edit(match, readOnly));
 }