Files
FSI.BT.IR.Tools/FSI.Lib/FSI.Lib/Guis/IbaDirSync/Model/Iba.cs
Maier Stephan SI 43297bb259 Sicherung
2023-01-03 18:31:05 +01:00

10 lines
216 B
C#

namespace FSI.Lib.Guis.IbaDirSync.Model
{
public class Iba
{
public string Source { get; set; }
public string Destination { get; set; }
public bool AutoStart { get; set; }
}
}