Exemple #1
0
        public IDeleteCommandKeyPicker DeleteKey()
        {
            this.scope = DeleteCommandScope.Key;

            return(this);
        }
Exemple #2
0
        public IDeleteCommandApplicationPicker DeleteCardContent()
        {
            this.scope = DeleteCommandScope.CardContent;

            return(this);
        }