Exemplo n.º 1
0
 public override bool InputControl(string fullText)
 {
     return(RegexCheck.IsPlusInteger(fullText));
 }