Beispiel #1
0
 public void RetaskCommand()
 {
     foreach (ListViewItem item in mainForm.lviewMonitor.SelectedItems)
     {
         int netId = Convert.ToInt32(item.SubItems[(int)guiMonitor.MONITOR_TABS.ID].Text);
         MOG_ControllerSystem.RetaskAssignedSlaveCommand(netId);
     }
 }
 private void Retask(int slaveNetworkID)
 {
     MOG_ControllerSystem.RetaskAssignedSlaveCommand(slaveNetworkID);
 }