public FormBudgetDetails(AppSettings app, BudgetObj bud, int id) { this.appConfig = app; this.budget = bud; this.budgetId = id; InitializeComponent(); budget.UpdateBudgetSelgerkoder(budgetId); budgetInfo = budget.GetBudgetInfo(budgetId); SetUI(); RefreshDataGridView(); }
public VelgDato(AppSettings app) { this.appConfig = app; InitializeComponent(); }