示例#1
0
 private void radioButton1_CheckedChanged(object sender, EventArgs e)
 {
     if (radioButton1.Checked)
     {
         radioButton5.Checked = false;
         radioButton2.Checked = false;
         radioButton3.Checked = false;
     }
     MyLibrary.OrdinaQD(farmaci, num);
     MyLibrary.Aggiorna(farmaci, num, listView1);
 }