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

RegisterUserDialog() public method

Initializes a new instance of the RegisterUserDialog class.
public RegisterUserDialog ( ) : System
return System
    public RegisterUserDialog()
    {
        InitializeComponent();

        // Instantiate an object that saves and retrieves the user settings for
        // this dialog.  Note that the object automatically saves the settings
        // when the form closes.

        m_oRegisterUserDialogUserSettings =
            new RegisterUserDialogUserSettings(this);

        AssertValid();
    }