Example #1
0
 private void BUT_save_Click(object sender, EventArgs e)
 {
     foreach (DataGridViewRow row in Params.Rows)
     {
         if ((bool)row.Cells[Use.Index].Value == true)
         {
             config.EEPROM_View_float_TextChanged(new Control()
             {
                 Name = row.Cells[Command.Index].Value.ToString(), Text = row.Cells[newvalue.Index].Value.ToString()
             }, null);
         }
     }
     this.Close();
 }