Beispiel #1
0
 public static void AppsReopen(this Budget @this, BudgetReopen method)
 {
     @this.BudgetState = new BudgetStates(@this.Strategy.Session).Opened;
 }
Beispiel #2
0
 public static void AppsReopen(this Budget @this, BudgetReopen method)
 {
     @this.CurrentObjectState = new BudgetObjectStates(@this.Strategy.Session).Opened;
 }