コード例 #1
0
        public List <statusz_struct> Data_Statusz() //javított
        {
            string command             = "SELECT * FROM statusz";
            List <statusz_struct> list = mySql.Statusz_MySql_listQuery(command);

            mySql.close();
            return(list);
        }