Exemplo n.º 1
0
        public void CreateAndRemoveSticker()
        {
            Sticker s = new Sticker(Rand.Next(int.MaxValue), Guid.NewGuid().ToString(), Guid.NewGuid().ToString());

            s = ProcrastinatorCore.CreateSticker(s);
            ProcrastinatorCore.RemoveSticker(s.Id);
        }