示例#1
0
文件: PickList.cs 项目: Allors/apps
 public void AppsCancel(PickListCancel method)
 {
     this.CurrentObjectState = new PickListObjectStates(this.Strategy.Session).Cancelled;
 }
示例#2
0
 public void BaseCancel(PickListCancel method) => this.PickListState = new PickListStates(this.Strategy.Session).Cancelled;
示例#3
0
 public void AppsCancel(PickListCancel method)
 {
     this.PickListState = new PickListStates(this.Strategy.Session).Cancelled;
 }