2 using System.Collections.Generic;
6 using System.Windows.Controls;
7 using System.Windows.Data;
8 using System.Windows.Documents;
9 using System.Windows.Input;
10 using System.Windows.Media;
11 using System.Windows.Media.Imaging;
12 using System.Windows.Navigation;
13 using System.Windows.Shapes;
15 namespace SeciControls
26 InitializeComponent();
31 Host1.Initialise(filepath, args);
60 Host1.LinkMessage = message;
65 Host1.UsePython = use;
void SetLinkMessage(string message)
Interaction logic for CommandLineWrapper.xaml
void Host1_OnProcessStartedViaLink(object sender, EventArgs e)
EventHandler OnNewScriptingProcessStarted
void Initialise(String filepath, String args)