Esempio n. 1
0
 private void PurchaseInvoice_Load(object sender, EventArgs e)
 {
     r.getList("st_getSupplierList", SupplierDD, "Company", "ID");
 }
 private void products_Load(object sender, EventArgs e)
 {
     MainClass.disable_reset(leftPanel);
     r.getList("st_getCategoryList", categoryCB, "Category", "ID");
 }
 public ProductPricing()
 {
     InitializeComponent();
     r.getList("st_getCategoryList", categoryCB, "Category", "ID");
 }