Exemplo n.º 1
0
        private string TeamListOut()
        {
            var teamsOut = "\n";

            if (Nfc != null)
            {
                teamsOut += Nfc.ConfHtml();
            }
            if (Afc != null)
            {
                teamsOut += Afc.ConfHtml();
            }
            return(teamsOut);
        }