Nevaeva K. A. LabWork07 #7

Closed
ksenia_nevaeva wants to merge 3 commits from Lab_7 into Lab_6
2 changed files with 24 additions and 0 deletions
Showing only changes of commit a8456abc36 - Show all commits

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ContainerShip
{
internal class ShipNotFoundException
{
}
}

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ContainerShip
{
internal class StorageOverflowException
{
}
}