C# Class Smrf.NodeXL.ExcelTemplate.AboutDialog

This is the application's About dialog.
Call Form.ShowDialog() to run the dialog.
Inheritance: ExcelTemplateForm
Mostrar archivo Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oAboutDialogUserSettings AboutDialogUserSettings

Public Methods

Method Description
AboutDialog ( ) : System

Initializes a new instance of the AboutDialog class.

AssertValid ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnEnableAllNotifications_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void

Method Details

AboutDialog() public method

Initializes a new instance of the AboutDialog class.
public AboutDialog ( ) : System
return System

AssertValid() public method

public AssertValid ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Property Details

m_oAboutDialogUserSettings protected_oe property

protected AboutDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oAboutDialogUserSettings
return AboutDialogUserSettings