Ejemplo n.º 1
0
 public PingerPingCommand(PingerViewModel viewModel)
 {
     _viewModel = viewModel;
     _synchronizationContext = SynchronizationContext.Current;
 }
Ejemplo n.º 2
0
 public MainWindow()
 {
     DataContext = new PingerViewModel();
     InitializeComponent();
 }