C# Class Smrf.NodeXL.ExcelTemplate.AboutDialog

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

Protected Properties

Свойство Type Description
m_oAboutDialogUserSettings AboutDialogUserSettings

Méthodes publiques

Méthode Description
AboutDialog ( ) : System

Initializes a new instance of the AboutDialog class.

AssertValid ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

Initializes a new instance of the AboutDialog class.
public AboutDialog ( ) : System
Résultat System

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

Dispose() protected méthode

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

Property Details

m_oAboutDialogUserSettings protected_oe property

protected AboutDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oAboutDialogUserSettings
Résultat AboutDialogUserSettings