StorageWriter Constructor

Initializes a new instance of the StorageWriter class

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public StorageWriter(
	PropertiesWriter properties,
	XmlWriter writer
)

Parameters

properties  PropertiesWriter
 
writer  XmlWriter
 

See Also