using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Starichkxina_remont_bytovoy_texniki { public partial class Form3 : Form { public Form3() { InitializeComponent(); } private void исполнение_заказовBindingNavigatorSaveItem_Click(object sender, EventArgs e) { this.Validate(); this.исполнение_заказовBindingSource.EndEdit(); this.tableAdapterManager.UpdateAll(this.starichikhina_remont_butovoy_texnikiDataSet); } private void Form3_Load(object sender, EventArgs e) { // TODO: данная строка кода позволяет загрузить данные в таблицу "starichikhina_remont_butovoy_texnikiDataSet.исполнение_заказов". При необходимости она может быть перемещена или удалена. this.исполнение_заказовTableAdapter.Fill(this.starichikhina_remont_butovoy_texnikiDataSet.исполнение_заказов); } } }