PIbd-23-Nasyrov-A.G.-Flower.../ProjectFlowerShop/FormReportShopsFlowers.cs
2024-04-04 11:42:42 +04:00

21 lines
412 B
C#

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 ProjectFlowerShop
{
public partial class FormReportShopsFlowers : Form
{
public FormReportShopsFlowers()
{
InitializeComponent();
}
}
}