PIbd-21_Bakalskaya_E.D._Sus.../SushiBar/Shops/FormShops.cs

19 lines
370 B
C#

using Microsoft.Extensions.Logging;
using SushiBarContracts.BusinessLogicsContracts;
using SushiBarContracts.SearchModel;
using SushiBarDataModels.Models;
using System.Windows.Forms;
namespace SushiBarView.Shops
{
public partial class FormShops : Form
{
private void buttonAdd_Click(object sender, EventArgs e)
{
}
}
}