Default constructor. For internal use only.
Public Sub New() Public Sub New( fileName As string, menuGroupName As string, readOnly As bool, showMessageBox As bool, partsToLoad As string[], itemsToSkip As string[] )
public CustomizationSection(); public CustomizationSection( string fileName, string menuGroupName, bool readOnly, bool showMessageBox, string\[\] partsToLoad, string\[\] itemsToSkip );
Comments? |