Beispiel #1
0
 public TableWidth(TableWidthStyle style, int value)
 {
     Style = style;
     Value = value;
 }
Beispiel #2
0
 private TableWidth(TableWidthStyle style, int value)
     : this()
 {
     Style = style;
     Value = value;
 }
Beispiel #3
0
 public TableWidth(TableWidthStyle style, int value)
 {
     Style = style;
     Value = value;
 }