示例#1
0
 public static void AppsClose(this Budget @this, BudgetClose method)
 {
     @this.BudgetState = new BudgetStates(@this.Strategy.Session).Closed;
 }
示例#2
0
 public static void AppsClose(this Budget @this, BudgetClose method)
 {
     @this.CurrentObjectState = new BudgetObjectStates(@this.Strategy.Session).Closed;
 }