Example #1
0
 private void Show()
 {
     this.dataList.DataSource = BSale.Show();
     this.HideCollumns();
     lblTotal.Text = Convert.ToString(dataList.Rows.Count) + " registers found";
 }