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