public AccountsDashboardViewModel(PostingsFilterViewModel postingsFilterVM) { Icon = new MoneyIcon(); PostingsFilter = postingsFilterVM; eventAggregator.Subscribe(this); ResetAccounts(); Translator.CultureChanged += (sender, args) => NotifyOfPropertyChange(() => Name); }
public void Awake() { Instance = this; }