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 yshakov { public partial class Form5 : Form { public Form5() { InitializeComponent(); } private void заказ_importBindingNavigatorSaveItem_Click(object sender, EventArgs e) { this.Validate(); this.заказ_importBindingSource.EndEdit(); this.tableAdapterManager.UpdateAll(this.iS31YshakovDataSet); } private void Form5_Load(object sender, EventArgs e) { // TODO: данная строка кода позволяет загрузить данные в таблицу "iS31YshakovDataSet.Заказ_import". При необходимости она может быть перемещена или удалена. this.заказ_importTableAdapter.Fill(this.iS31YshakovDataSet.Заказ_import); } private void button1_Click(object sender, EventArgs e) { Form2 frm = new Form2(); this.Hide(); frm.Show(); } private void button5_Click(object sender, EventArgs e) { } private void button4_Click(object sender, EventArgs e) { } private void button3_Click(object sender, EventArgs e) { } private void button2_Click(object sender, EventArgs e) { } } }