итог
This commit is contained in:
parent
2b2a373f1a
commit
ec4543b521
@ -1,6 +1,6 @@
|
|||||||
namespace Lab1ContainersShip
|
namespace Lab1ContainersShip
|
||||||
{
|
{
|
||||||
partial class Form1
|
partial class FormContainerShip
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Обязательная переменная конструктора.
|
/// Обязательная переменная конструктора.
|
||||||
|
@ -12,7 +12,7 @@ using Lab1ContainersShip.MovementStrategy;
|
|||||||
|
|
||||||
namespace Lab1ContainersShip
|
namespace Lab1ContainersShip
|
||||||
{
|
{
|
||||||
public partial class Form1 : Form
|
public partial class FormContainerShip : Form
|
||||||
{
|
{
|
||||||
private DrawingShip _drawingShip;
|
private DrawingShip _drawingShip;
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ namespace Lab1ContainersShip
|
|||||||
private AbstractStrategy _abstractStrategy;
|
private AbstractStrategy _abstractStrategy;
|
||||||
|
|
||||||
|
|
||||||
public Form1()
|
public FormContainerShip()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user