Smrf.NodeXL.ExcelTemplate.ExportedFilesDescriptionControl.ExportedFilesDescriptionControl C# (CSharp) Method

ExportedFilesDescriptionControl() public method

Initializes a new instance of the class.
public ExportedFilesDescriptionControl ( ) : System
return System
    public ExportedFilesDescriptionControl()
    {
        InitializeComponent();

        m_oWorkbook = null;
        m_sTitle = String.Empty;
        m_sDescription = String.Empty;
        DoDataExchange(false);

        AssertValid();
    }