#тут было контрольное задание

This commit is contained in:
Алексей Тихоненков 2023-10-11 03:30:11 +04:00
parent cb138fd554
commit b48aa06661

View File

@ -1,20 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AntiAircraftGun
{
public class Vopros
{
private int _id;
public int change_id { set { _id = value; } }
public void Change(int id)
{
change_id = id;
}
}
}