Ejemplo n.º 1
0
 public Form1()
 {
     InitializeComponent();
     RefreshUSB();
     ToolTipTerminal.SetToolTip(textBox_terminal, "Press left mouse button to read datas from USB manually");
 }
Ejemplo n.º 2
0
 public Form1()
 {
     InitializeComponent();
     ToolTipTerminal.SetToolTip(textBox_terminal, "Press left mouse button to read data from printer");
 }