コード例 #1
0
        private void buttonInit_Click(object sender, EventArgs e)
        {
            if (_controller.TypeDepartament == TypeDepartment.StorageDepartment)
            {
                _controller.InitializeRobot();
            }

            _controller.InitializeProductions();
            _controller.InitializePiples();
            UpdateForm?.Invoke(this, e);
        }