/// <summary> /// Initializes a new instance of the <see cref="FdoCapabilityViewer"/> class. /// </summary> /// <param name="connName">Name of the conn.</param> public FdoCapabilityViewer(string connName) : this() { _presenter = new FdoCapabilityViewerPresenter(this, connName); }