Exemplo n.º 1
0
 public frmProducts(long pLongID)
 {
     InitializeComponent();
     _customer = new Products(pLongID);
     displayRecord();
 }
Exemplo n.º 2
0
 public frmProducts()
 {
     InitializeComponent();
     _customer = new Products();
 }