示例#1
0
文件: Form3.cs 项目: Liiilith/DiXit
        private bool veryfyList(PlayerL actuallist)

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

            return(listForVer.veryfiPlayersTypes());
        }