Esempio n. 1
0
 /// <summary>
 /// Sets whether the decimal separator is shown when there are no fractional
 /// digits.
 /// </summary>
 ///
 /// <param name="value">true if the decimal separator should always be formatted,false otherwise</param>
 public void SetDecimalSeparatorAlwaysShown(bool value_ren)
 {
     dform.SetDecimalSeparatorAlwaysShown(value_ren);
 }