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