This repository has been archived on 2024-08-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Final_OOP/Entidades/Class2.cs
Ignacio Jesús Diana 46768f4f1b .
2024-02-24 14:48:01 -03:00

13 lines
182 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Entidades
{
internal class Class2
{
}
}