Exemple #1
0
#pragma warning disable 1998 // considered for removal
        async Task Cancel(BoxView box)
#pragma warning restore 1998
        {
            box.AbortAnimation("animate");
            box.AbortAnimation("kinetic");
        }