using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace FLGenerateLibrary { public class NamesResourcesDLL { /// /// Тип DLL с названием /// public TypeResourcesDllName DllIdsName; /// /// Адрес до названия /// public long IDName; /// /// Описания /// public List Descriptions; } }