Лёвушкина Анна, ПИбд-21, лаб2 простая #2

Closed
AnnaLioness wants to merge 7 commits from лаб2 into containerShip_base
2 changed files with 3 additions and 3 deletions
Showing only changes of commit ec4543b521 - Show all commits

View File

@ -1,6 +1,6 @@
namespace Lab1ContainersShip namespace Lab1ContainersShip
{ {
partial class Form1 partial class FormContainerShip
{ {
/// <summary> /// <summary>
/// Обязательная переменная конструктора. /// Обязательная переменная конструктора.

View File

@ -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();
} }