Пибд-23 Тихоненков Алексей Лабораторная №1 #2

Closed
YourDax wants to merge 6 commits from Lab1 into main
Showing only changes of commit b48aa06661 - Show all commits

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;
}
}
}