Example #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            ShopFunctions func = new ShopFunctions();

            func.Save();
        }
Example #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            ShopFunctions func = new ShopFunctions();

            func.Delete(Good);
        }
Example #3
0
        private void button1_Click(object sender, EventArgs e)
        {
            ShopFunctions functions = new ShopFunctions();

            functions.CreateOrUpdate(Good);
        }