/// <summary> /// A button click event to get know the connection of configured devices /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void InitBTN_Click(object sender, EventArgs e) { this.TerminalRTB.Invoke(new MethodInvoker(delegate() { TerminalRTB.AppendText(Environment.NewLine + Environment.NewLine + "Tool Initialize"); })); string cmd = ToolConfiguration.ToolInitialize(); ULTMServices.sendCommand(cmd); }