Ejemplo n.º 1
0
        internal async void DeleteBox(string id)
        {
            await BoxDAO.DeleteBox(_moveId, id);

            Refresh();
        }