public void Edit(ScriptingShellExecuteCommand command)
 {
     this.command        = command;
     textName.Text       = command.Name;
     textExecutable.Text = command.Executable;
     textParameter.Text  = command.Parameter;
 }
 public ScriptingShellExecuteEditor()
 {
     InitializeComponent();
     this.command = null;
 }