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

AssertValid() public method

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

        Debug.Assert(m_oAggregateGraphMetricsDialogUserSettings != null);
        Debug.Assert(m_oWorkbook != null);
        Debug.Assert(m_oGraphMetricsAggregator != null);
    }