コード例 #1
0
 /// <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);
 }
コード例 #2
0
 /// <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);
 }