MetroRadiance
MetroRadiance copied to clipboard
Add a rule for each numeric type.
Changes
- Added the rules,
Int16Rule,UInt16Rule,UInt32Rule,Int64Rule,UInt64Rule,SingleRule, andDoubleRule. - Added localization of error messages in English, Simplified Chinese, and Traditional Chinese.
Note: Add FrameworkCompatibilityPreferences.KeepTextBoxDisplaySynchronizedWithTextProperty = false; for SingleRule or DoubleRule debug to Showcase app.
変更点
-
Int16Rule、UInt16Rule、UInt32Rule、Int64Rule、UInt64Rule、SingleRule、DoubleRuleを追加しました。 - エラーメッセージを英語と簡体字・繁体字中国語に翻訳しました。
注意: 浮動小数点数のための SingleRule または DoubleRule のデバッグのため、Showcase アプリに FrameworkCompatibilityPreferences.KeepTextBoxDisplaySynchronizedWithTextProperty = false; を加えています。