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 Form5 : Form { public Form5() { InitializeComponent(); } private void Form5_Load(object sender, EventArgs e) { // TODO: данная строка кода позволяет загрузить данные в таблицу "starichikhina_remont_butovoy_texnikiDataSet.Представление". При необходимости она может быть перемещена или удалена. this.представлениеTableAdapter.Fill(this.starichikhina_remont_butovoy_texnikiDataSet.Представление); } } }