コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: xLOWer/edi_client
 public MainWindow()
 {
     InitializeComponent();
     TabService.Configure(ref mainWindow, ref MainTabControl);
     Context     = new MainViewModel();
     DataContext = Context;
     UpdateLayout();
     Title = $"Клиент EDI (версия {Assembly.GetEntryAssembly().GetName().Version})";
 }