示例#1
0
 //Reusable Clear Form
 public void clearForm()
 {
     TBinput4.Text        = "";
     TBinput5.Text        = "";
     this.CBtotal.Checked = true;
     LBdata.ClearSelected();
 }
示例#2
0
 private void BTNdeselect_Click(object sender, EventArgs e)
 {
     LBdata.ClearSelected();
 }