Esempio n. 1
0
 private IndentationCssProperty(IndentationCssProperty other)
 {
     ContainerWithNumberingCssClassSuffix = other.ContainerWithNumberingCssClassSuffix;
     LeftIndentationCssClassSuffix        = other.LeftIndentationCssClassSuffix;
     NumberingNumberCssClassSuffix        = other.NumberingNumberCssClassSuffix;
 }