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