Exemplo n.º 1
0
 /* < Item section >
  * Here are the methods and events that affects
  * the 'Item' table.
  */
 private void ItemAdd_Click(object sender, EventArgs e)
 {
     var addProduct = new AddItem(ReloadTable, UpdateItemList);
     addProduct.Show();
 }
Exemplo n.º 2
0
        /* < Item section >
         * Here are the methods and events that affects
         * the 'Item' table.
         */

        private void ItemAdd_Click(object sender, EventArgs e)
        {
            var addProduct = new AddItem(ReloadTable, UpdateItemList);

            addProduct.Show();
        }