コード例 #1
0
 private bool thereIsNoDot()
 {
     return(!ScreenText.Contains(Constants.decimalNumberSeparator));
 }