Переименована форма
This commit is contained in:
parent
6a090aee45
commit
e46d5da591
@ -1,6 +1,6 @@
|
||||
namespace AirBomber
|
||||
{
|
||||
partial class FormGeneratorAirplane
|
||||
partial class FormMapWithSetAirplanes
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace AirBomber
|
||||
{
|
||||
public partial class FormGeneratorAirplane : Form
|
||||
public partial class FormMapWithSetAirplanes : Form
|
||||
{
|
||||
/// <summary>
|
||||
/// Объект от класса карты с набором объектов
|
||||
@ -13,7 +13,7 @@ namespace AirBomber
|
||||
/// <summary>
|
||||
/// Конструктор
|
||||
/// </summary>
|
||||
public FormGeneratorAirplane()
|
||||
public FormMapWithSetAirplanes()
|
||||
{
|
||||
_generatorAirplane = new(100, 100);
|
||||
InitializeComponent();
|
@ -11,7 +11,7 @@ namespace AirBomber
|
||||
// To customize application configuration such as set high DPI settings or default font,
|
||||
// see https://aka.ms/applicationconfiguration.
|
||||
ApplicationConfiguration.Initialize();
|
||||
Application.Run(new FormGeneratorAirplane());
|
||||
Application.Run(new FormMapWithSetAirplanes());
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user