LabWork06
This commit is contained in:
parent
7e69a5b27b
commit
7d02ac089f
@ -1,14 +1,5 @@
|
|||||||
using ProjectMotorboat.Drownings;
|
using ProjectMotorboat.Drownings;
|
||||||
using ProjectMotorboat.Entities;
|
using ProjectMotorboat.Entities;
|
||||||
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 ProjectMotorboat
|
namespace ProjectMotorboat
|
||||||
{
|
{
|
||||||
|
@ -1,9 +1,4 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace ProjectMotorboat.MovementStrategy;
|
namespace ProjectMotorboat.MovementStrategy;
|
||||||
public class MoveToBorder : AbstractStrategy
|
public class MoveToBorder : AbstractStrategy
|
||||||
{
|
{
|
||||||
|
@ -1,9 +1,4 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace ProjectMotorboat.MovementStrategy;
|
namespace ProjectMotorboat.MovementStrategy;
|
||||||
public class MoveToCenter : AbstractStrategy
|
public class MoveToCenter : AbstractStrategy
|
||||||
{
|
{
|
||||||
|
@ -1,9 +1,4 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace ProjectMotorboat.MovementStrategy;
|
namespace ProjectMotorboat.MovementStrategy;
|
||||||
|
|
||||||
public class ObjectParameters
|
public class ObjectParameters
|
||||||
|
@ -1,10 +1,4 @@
|
|||||||
using System;
|
namespace ProjectMotorboat.MovementStrategy;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace ProjectMotorboat.MovementStrategy;
|
|
||||||
|
|
||||||
public enum StrategyStatus
|
public enum StrategyStatus
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user