コード例 #1
0
ファイル: Form1.cs プロジェクト: jekyll2014/UsbPrnControl
 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");
 }