#тут было контрольное задание
This commit is contained in:
parent
cb138fd554
commit
b48aa06661
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user