Ejemplo n.º 1
0
        public IDeleteCommandKeyPicker DeleteKey()
        {
            this.scope = DeleteCommandScope.Key;

            return(this);
        }
Ejemplo n.º 2
0
        public IDeleteCommandApplicationPicker DeleteCardContent()
        {
            this.scope = DeleteCommandScope.CardContent;

            return(this);
        }