コード例 #1
0
        public List <int> GetInUseTables()
        {
            try
            {
                return(table_DAO.Db_Get_InUse_Table());
            }
            catch (Exception)
            {
                MessageBox.Show("Chapoo couldn't retrieve table data from the database", "Something went wrong",
                                MessageBoxButtons.OK, MessageBoxIcon.Error);

                return(new List <int>());
            }
        }