예제 #1
0
 public override bool InputControl(string fullText)
 {
     return(RegexCheck.IsPlusInteger(fullText));
 }