Esempio n. 1
0
        public async Task Delete()
        {
            LCObject world = new LCObject("World");
            await world.Save();

            await world.Delete();
        }