using IOB_UT_NEXT.Config.Special; using System.Collections.Generic; namespace IOB_UT_NEXT.Objects { /// /// Elenco task di tipo FTP /// public class FtpTaskList { public List ListTask { get; set; } = new List(); } }