Exemple #1
0
 public void AppsCancel(PickListCancel method)
 {
     this.CurrentObjectState = new PickListObjectStates(this.Strategy.Session).Cancelled;
 }
Exemple #2
0
 public void BaseCancel(PickListCancel method) => this.PickListState = new PickListStates(this.Strategy.Session).Cancelled;
Exemple #3
0
 public void AppsCancel(PickListCancel method)
 {
     this.PickListState = new PickListStates(this.Strategy.Session).Cancelled;
 }