Ejemplo n.º 1
0
        public Spielstand AsSpielstand()
        {
            var t = new Spielstand();

            t.SetLiveValues(TeamA_Live, TeamB_Live);
            t.SetMasterTeamAValue(TeamA_Master);
            t.SetMasterTeamBValue(TeamB_Master);
            return(t);
        }