10 lines
216 B
C#
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; }
|
|
}
|
|
}
|