示例#1
0
        public void EditCurrentRow()
        {
            ControlConstructSchemeVM scheme = SelectedControlConstructScheme;

            if (scheme == null)
            {
                return;
            }
            if (scheme.CanEditConstruct)
            {
                scheme.EditConstruct();
            }
        }