'Declaration
Public Function New( _ ByVal uiService As IUIService _ )
'Usage
Dim uiService As IUIService Dim instance As New QueuePathDialog(uiService)
public QueuePathDialog( IUIService uiService )
public: QueuePathDialog( IUIService^ uiService )
Parameters
- uiService
- A System.Windows.Forms.Design.IUIService that enables interaction with the user interface of the hosting development environment object.