Esempio n. 1
0
        public ThreadAsynchronousCheckWindow()
        {
            InitializeComponent();

            this.DataContext = new ThreadTest();
            DoOperation      = (this.DataContext as ThreadTest).OnDoThreads;
            FlagChange       = (this.DataContext as ThreadTest).OnFlagChange;
        }
Esempio n. 2
0
 public OperationTask(ThreadsOperation threadsOperacion)
 {
     ListaOperaciones = threadsOperacion.Items;
     InitializeComponent();
 }