Example #1
0
 //Show details sale
 private void ShowDetailSale()
 {
     this.dataListDetails.DataSource = BSale.ShowDetailsSale(this.txtId.Text);
 }