Ejemplo n.º 1
0
 public WorkerPoolPage()
 {
     InitializeComponent();
     vm = new WorkerPoolViewModel();
     this.DataContext = vm;
 }