Exemplo n.º 1
0
 /// <summary>
 /// Answers the multiplier which is applied to the number before formatting
 /// or after parsing.
 /// </summary>
 ///
 /// <returns>the multiplier</returns>
 public int GetMultiplier()
 {
     return(dform.GetMultiplier());
 }