Exemple #1
0
        private void dispatcherTimer_Tick(object sender, EventArgs e)
        {
            _prodChain.Pull();
            var state = _prodChain.GetState();

            SetControls(state);
            SetTxtState(state.Action);
        }