コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: WinnieX/COM_BY_TCP
 private void ResetAllCount()
 {
     commSvc.ResetAllCount();
     recvCountChanged(commSvc.recvCount);
     sendCountChanged(commSvc.sendCount);
 }