public MainWindow() { WindowStartupLocation = System.Windows.WindowStartupLocation.CenterScreen; InitializeComponent(); ShopValues.LoadFromJson(); DataContext = MainWindowViewModel.InstanceCreation(); }
public ShopView() { WindowStartupLocation = System.Windows.WindowStartupLocation.CenterScreen; InitializeComponent(); ShopValues.LoadFromJson(); DataContext = _mh; this.Closing += OnClosing; }