using System; namespace Опорные_планы { internal class Program { static void Main(string[] args) { Plans object1 = new Plans(); object1.ChoiseMethod(); } } }