Exemplo n.º 1
0
        protected override void Invoke(object parameter)
        {
            string screen = this.TargetScreen;

            if (string.IsNullOrEmpty(screen))
            {
                screen = this.GetContainingScreen().GetType().ToString();
            }

            InteractionContext.PlaySketchFlowAnimation(this.SketchFlowAnimation, screen);
        }