После последнего добавления функции "Разбивка размеров", при попытке построить стандартное меню, во вкладке "Адаптация" выскакивает вот такая вот ошибка.
Сообщение : The 'CUI' start tag on line 2 position 2 does not match the end tag of 'Group'. Line 54, position 9.
StackTrace : at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
at System.Xml.XmlTextReaderImpl.ParseEndElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XElement.ReadElementFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XElement.Parse(String text, LoadOptions options)
at mpConfig.MainWindow.FillStandardCui()