PIbd-22_Rogashova_E.A._SUBD/BookShopView/FormBookAuthor.cs

21 lines
391 B
C#
Raw Normal View History

2023-05-06 22:24:09 +04:00
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 BookShopView
{
public partial class FormBookAuthor : Form
{
public FormBookAuthor()
{
InitializeComponent();
}
}
}