コード例 #1
0
 public void StartSender()
 {
     _senderThread = new SenderThread();
       _senderThread.Start();
 }