PIbd-21_Kurs_Work_Hotel/Hotel/HotelView/Form1.cs

16 lines
182 B
C#
Raw Permalink Normal View History

2024-04-21 18:44:56 +04:00
namespace HotelView
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
2024-04-21 18:47:43 +04:00
private void label1_Click(object sender, EventArgs e)
{
}
2024-04-21 18:44:56 +04:00
}
}