This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
public class NumberFormatPattern
|
||||
{
|
||||
public string Format { get; }
|
||||
internal int? Id { get; private set; }
|
||||
internal int? Id { get; set; }
|
||||
|
||||
public NumberFormatPattern(string format, ushort id = 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user