private void timer3_Tick(object sender, EventArgs e) { //Отправка массива значений в Сервер кодов datas = new int[chanCount]; for (int a = 0; a < chanCount; a++) { datas[a] = Wkr; } device.SendCodes(datas); //device.Dispose(); //sender_.SendCodes(SelfHostName,appID,SelfHostName,AppIDName,chanCount,datas); //sender_. }
private void timer3_Tick(object sender, EventArgs e) { datas = new int[chanCount]; for (int a = 0; a < chanCount; a++) { datas[a] = 666; } //device. device.SendCodes(datas); //device.Dispose(); //sender_.SendCodes(SelfHostName,appID,SelfHostName,AppIDName,chanCount,datas); //sender_. }