コード例 #1
0
 public PingerPingCommand(PingerViewModel viewModel)
 {
     _viewModel = viewModel;
     _synchronizationContext = SynchronizationContext.Current;
 }
コード例 #2
0
 public MainWindow()
 {
     DataContext = new PingerViewModel();
     InitializeComponent();
 }