Smrf.NodeXL.ExcelTemplate.AutomatedGraphImageUserSettingsDialog.AssertValid C# (CSharp) Method

AssertValid() public method

public AssertValid ( ) : void
return void
    AssertValid()
    {
        base.AssertValid();

        Debug.Assert(m_oAutomatedGraphImageUserSettings != null);

        Debug.Assert(m_oAutomatedGraphImageUserSettingsDialogUserSettings !=
            null);

        Debug.Assert(m_oHeaderFooterFont != null);
    }