/// <summary> /// Initializes a new instance of the <see cref="RegistrationControl"/> class. /// </summary> /// <param name="newLibr">New library</param> public RegistrationControl(Library newLibr) { this.libr = newLibr; this.rform = new RegistrationForm(this); }
public RegistrationControl(Library _libr) { libr = _libr; rform = new RegistrationForm(this); }