internal AttachPointForm(AttachPointUI cmd)
        {
            InitializeComponent();

            m_Cmd = cmd;
            m_Repeat = false;
            m_PointType = null;
        }
Example #2
0
 private void PointAddOnLine(IUserAction action)
 {
     CommandUI cmd = new AttachPointUI(action);
     m_Controller.StartCommand(cmd);
 }