Esempio n. 1
0
 public MainWindow()
 {
     InitializeComponent();
     TabService.Configure(ref mainWindow, ref MainTabControl);
     Context     = new MainViewModel();
     DataContext = Context;
     UpdateLayout();
     Title = $"Клиент EDI (версия {Assembly.GetEntryAssembly().GetName().Version})";
 }