protected override void DoCommandAction()
        {
            //if (!PinKeyword.Equals("")) SetPinKeyword();
            ValidateParameters();

            Tuple <IdentifierManager.RegexTypes, IdentifierManager.RegexTypes> typePair =
                new Tuple <IdentifierManager.RegexTypes, IdentifierManager.RegexTypes>
                    (IdentifierManager.RegexTypes.BEL, WireRegexType);
            Tuple <string, string> regexPair = new Tuple <string, string>(IdentifierRegexp_BEL, IdentifierRegexp_Wire);

            IdentifierManager.Instance.AddRegexMultipair(typePair, FamilyRegexp, regexPair);

            WireHelper.AddIncludeFlag(IncludeFlag, FamilyRegexp, true);
        }
 protected override void DoCommandAction()
 {
     WireHelper.AddIncludeFlag(FlagType, FamilyRegexp, Flag);
 }