コード例 #1
0
ファイル: MainPage.cs プロジェクト: camm0991/RecipeAssistant
 /* < 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();
 }
コード例 #2
0
ファイル: MainPage.cs プロジェクト: camm0991/RecipeAssistant
        /* < 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();
        }