PIbd-21. Putintsev D.M. Lab work 07 #7

Closed
Danil wants to merge 2 commits from Lab7 into Lab6
5 changed files with 5 additions and 4 deletions
Showing only changes of commit bcc99e559f - Show all commits

View File

@ -1,7 +1,7 @@
using Microsoft.Extensions.Logging;
using RoadTrain.DrawningObjects;
using RoadTrain.Generics;
using RoadTrain;
using RoadTrain.Exceptions;
using RoadTrain.MovementStrategy;
using System;
using System.Collections.Generic;

View File

@ -5,6 +5,7 @@ using System.Text;
using System.Threading.Tasks;
using RoadTrain.DrawningObjects;
using RoadTrain.MovementStrategy;
using RoadTrain.Exceptions;
namespace RoadTrain.Generics

View File

@ -1,5 +1,5 @@
using System;
using RoadTrain;
using RoadTrain.Exceptions;
using System.Collections.Generic;
using System.Linq;
using System.Text;

View File

@ -5,7 +5,7 @@ using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace RoadTrain
namespace RoadTrain.Exceptions
{
[Serializable]
internal class StorageOverflowException : ApplicationException

View File

@ -5,7 +5,7 @@ using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace RoadTrain
namespace RoadTrain.Exceptions
{
[Serializable]
internal class TrainNotFoundException : ApplicationException