Ejemplo n.º 1
0
        private bool veryfyList(PlayerL actuallist)

        {
            playersData listForVer = new playersData(actuallist.lista);

            return(listForVer.veryfiPlayersTypes());
        }