Exemplo n.º 1
0
 public RevenCtr()
 {
     InitializeComponent();
     dGVHistory.AutoGenerateColumns = false;
     billBUS.ShowHistory(dGVHistory, Label);
 }