From d9625fb8dd360618d59f4d694db0be860fe75fc1 Mon Sep 17 00:00:00 2001 From: Anya Date: Mon, 17 Jun 2024 16:27:18 +0400 Subject: [PATCH] lab8 --- .../StorageCollectionEqutables.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lab_0/CollectionGenericObject/StorageCollectionEqutables.cs diff --git a/lab_0/CollectionGenericObject/StorageCollectionEqutables.cs b/lab_0/CollectionGenericObject/StorageCollectionEqutables.cs new file mode 100644 index 0000000..7dcfb92 --- /dev/null +++ b/lab_0/CollectionGenericObject/StorageCollectionEqutables.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ProjectBus.CollectionGenericObject +{ + internal class StorageCollectionEqutables + { + } +}