예제 #1
0
 public frmProducts(long pLongID)
 {
     InitializeComponent();
     _customer = new Products(pLongID);
     displayRecord();
 }
예제 #2
0
 public frmProducts()
 {
     InitializeComponent();
     _customer = new Products();
 }