diff --git a/AntiAirCraftGun/AntiAirCraftGun/Vopros.cs b/AntiAirCraftGun/AntiAirCraftGun/Vopros.cs deleted file mode 100644 index c1932e3..0000000 --- a/AntiAirCraftGun/AntiAirCraftGun/Vopros.cs +++ /dev/null @@ -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; - } - } -}