Ejemplo n.º 1
0
 private void dataGridView1_CellEnter(object sender, DataGridViewCellEventArgs e)
 {
     if (SessionHandler.SDList.Count > selectedIndex)
     {
         selectedIndex      = e.RowIndex;
         currentTcpSettings = SetupFileHandler.ReadTCPSettingsFromFile(SessionHandler.SDList[e.RowIndex].SetupFileName);
     }
 }