Example #1
0
        public List <pc_struct> Data_Pc()
        {
            string           command = "SELECT * FROM pc";
            List <pc_struct> list    = mySql.getPc(command);

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