Проектирование и реализация баз данных и клиентских приложений в среде MS Visual Studio.NET. Макурин Ю.Д - 190 стр.

UptoLike

Составители: 

190
}
#endregion
private System.Windows.Forms.Button AutherButton;
private System.Windows.Forms.Button PlacementButton;
private System.Windows.Forms.Button ToolButton;
private System.Windows.Forms.Button ProductionButton;
private System.Windows.Forms.Button CountryButton;
private System.Windows.Forms.Button GenereButton;
}
}
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace MakurinClientApplication
{
public partial class AuthorForm : Form
{
public AuthorForm()
{
InitializeComponent();
}
private void Form2_Load(object sender, EventArgs e)
{
// TODO: This line of code loads data into the 'makurinDatabaseDataSet.Авторы' table. You
can move, or remove it, as needed.
this.авторыTableAdapter.Fill(this.makurinDatabaseDataSet.Авторы);
}
}
}
namespace MakurinClientApplication
{
partial class AuthorForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
        }

        #endregion

        private System.Windows.Forms.Button AutherButton;
        private System.Windows.Forms.Button PlacementButton;
        private System.Windows.Forms.Button ToolButton;
        private System.Windows.Forms.Button ProductionButton;
        private System.Windows.Forms.Button CountryButton;
        private System.Windows.Forms.Button GenereButton;
    }
}


using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace MakurinClientApplication
{
  public partial class AuthorForm : Form
  {
    public AuthorForm()
    {
       InitializeComponent();
    }

    private void Form2_Load(object sender, EventArgs e)
    {
       // TODO: This line of code loads data into the 'makurinDatabaseDataSet.Авторы' table. You
can move, or remove it, as needed.
       this.авторыTableAdapter.Fill(this.makurinDatabaseDataSet.Авторы);

        }
    }
}

namespace MakurinClientApplication
{
  partial class AuthorForm
  {
    /// 
    /// Required designer variable.
    /// 
    private System.ComponentModel.IContainer components = null;

        /// 
        /// Clean up any resources being used.
                                                 190