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