Exemplo n.º 1
0
 public JumpToWindow(Tuple<int,int[]>[] threads)
 {
     InitializeComponent();
     viewModel=new JumpToWindowViewModel(threads);
     DataContext=viewModel;
 }
Exemplo n.º 2
0
 public JumpToWindow(Tuple <int, int[]>[] threads)
 {
     InitializeComponent();
     viewModel   = new JumpToWindowViewModel(threads);
     DataContext = viewModel;
 }