Пример #1
0
 public MainWindow()
 {
     WindowStartupLocation = System.Windows.WindowStartupLocation.CenterScreen;
     InitializeComponent();
     ShopValues.LoadFromJson();
     DataContext = MainWindowViewModel.InstanceCreation();
 }
Пример #2
0
 public ShopView()
 {
     WindowStartupLocation = System.Windows.WindowStartupLocation.CenterScreen;
     InitializeComponent();
     ShopValues.LoadFromJson();
     DataContext   = _mh;
     this.Closing += OnClosing;
 }