Beispiel #1
0
 public void New(System.Windows.Forms.IWin32Window parentWindow)
 {
     HDFSTaskUIForm frm = new HDFSTaskUIForm(this.taskHost, this.connections, this.serviceProvider);
       frm.ShowDialog(parentWindow);
 }
Beispiel #2
0
        public void New(System.Windows.Forms.IWin32Window parentWindow)
        {
            HDFSTaskUIForm frm = new HDFSTaskUIForm(this.taskHost, this.connections, this.serviceProvider);

            frm.ShowDialog(parentWindow);
        }