/
developer.bami
/
DFM
Обзор
Документация
Войти
/
developer.bami
/
DFM
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
dv21_load/deffile.cs
27 строк
879 B
Mikhail Baranov
add save to json
11 апр 2025, 16:41
11 апр 2025, 16:41
12a9cb9
Код
Авторство
О чём код?
using System.Collections.Generic; //------------------------------------------------------------------------------ // <autogenerated> // This code was generated by a tool. // Runtime Version: 1.0.3705.209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </autogenerated> //------------------------------------------------------------------------------ // // This source code was auto-generated by xsd, Version=1.0.3705.209. // namespace dv21 { using System.Xml.Serialization; /// <remarks/> [System.Xml.Serialization.XmlRootAttribute("DefFile", Namespace="", IsNullable=false)] public class DefFile { /// <remarks/> [System.Xml.Serialization.XmlElementAttribute("Paths")] public List<string> Paths { get; set; } } }