QueryDesignerDialog Constructor
Initializes a new instance of the
QueryDesignerDialog class with the specified query designer host.
Parameters
- host
- The IQueryDesignerHost object used for designing queries.
IQueryDesignerHost host = new GetQueryDesignerHost();
QueryDesignerDialog dialog = new QueryDesignerDialog(host);