ISEbd-21_Sharonov_I_A_Proje.../ProjectAirline/Forms/FormFlight.cs

21 lines
391 B
C#
Raw Permalink Normal View History

2024-11-13 00:12:08 +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 ProjectAirline.Forms
{
public partial class FormFlight : Form
{
public FormFlight()
{
InitializeComponent();
}
}
}