Exemplo n.º 1
0
 public TableWidth(TableWidthStyle style, int value)
 {
     Style = style;
     Value = value;
 }
Exemplo n.º 2
0
 private TableWidth(TableWidthStyle style, int value)
     : this()
 {
     Style = style;
     Value = value;
 }
Exemplo n.º 3
0
 public TableWidth(TableWidthStyle style, int value)
 {
     Style = style;
     Value = value;
 }