namespace ClassLibrary1 { /// /// КлючСБиркой: Ключ /// public class CLabeledKey: CKey { /// /// номер аудитории /// public string? Title { get; set; } } }