еще чуть чуть и лаба готова

This commit is contained in:
Полина Чубыкина 2023-11-05 21:13:18 +04:00
parent 32f16a9ebd
commit dc179c572a
2 changed files with 1 additions and 4 deletions

View File

@ -60,7 +60,6 @@ namespace Sailboat
FormSailboat form = new();
if (form.ShowDialog() == DialogResult.OK)
{
//вот здесь лажа какая то
if (obj + form.SelectedBoat)
{
MessageBox.Show("Объект добавлен");

View File

@ -4,7 +4,6 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
//пофиксить чота
namespace Sailboat.Generics
{
internal class SetGeneric<T> where T : class
@ -66,8 +65,7 @@ namespace Sailboat.Generics
{
return false;
}
_places[position] = null;
_places.RemoveAt(position);
return true;
}
/// <summary>