Ejemplo n.º 1
0
        private void button_axisSafe_Click(object sender, EventArgs e)
        {
            if (_PointSet.tag_AxisSafeManage == null)
            {
                _PointSet.tag_AxisSafeManage = new AxisSafeManage(_PointSet);
            }
            AxisSafetyManageUI frmAsm = new AxisSafetyManageUI(_PointSet);

            frmAsm.Show();
        }
Ejemplo n.º 2
0
        private void button_Safety_Click(object sender, EventArgs e)
        {
            if (_IO.tagPointAggregate == null)
            {
                _IO.tagPointAggregate = new PointAggregate("IO防呆", _IO.StrIoName);
            }

            AxisSafetyManageUI ax = new AxisSafetyManageUI(_IO.tagPointAggregate);

            ax.Show();
        }