public NumericLabelFormattingFixed(NumericLabelFormattingFixed from)
			: base(from) // everything is done here, since CopyFrom is virtual
		{
		}
 public NumericLabelFormattingFixed(NumericLabelFormattingFixed from)
     : base(from) // everything is done here, since CopyFrom is virtual
 {
 }