Exemplo n.º 1
0
 public void ExecuteDownloadCommand(object parameter)
 {
     worker = new ClientTcpWorker(5050, "::1");
     if (_selectedIndex != -1)
     {
         Task.Factory.StartNew(() => worker.SendIdDict(DataBaseInfo.Rows[_selectedIndex].ItemArray[0].ToString()));
     }
 }
 public void ExecuteDownloadCommand(object parameter)
 {
     worker = new ClientTcpWorker(5050, "::1");
     if (_selectedIndex != -1)
     {
         Task.Factory.StartNew(() => worker.SendIdDict(DataBaseInfo.Rows[_selectedIndex].ItemArray[0].ToString()));
     }
 }