Пример #1
0
        private void CreateWindow(string fileName)
        {
            ExecuterForm executerForm = new ExecuterForm(downloadListPanel, consolePanel.Console, fileName);

            executerForm.Show(dockPanel, DockState.Document);
        }
Пример #2
0
 private void CreateWindow(string fileName)
 {
     ExecuterForm executerForm = new ExecuterForm(downloadListPanel, consolePanel.Console, fileName);
     executerForm.Show(dockPanel, DockState.Document);
 }