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

NotificationDialog() public method

Initializes a new instance of the class for the Visual Studio designer.
Do not use this constructor. It is for use by the Visual Studio designer only.
public NotificationDialog ( ) : System
return System
    public NotificationDialog()
    {
        InitializeComponent();

        // AssertValid();
    }

Same methods

NotificationDialog::NotificationDialog ( String title, Icon systemIcon, String message ) : System