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