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