2020-12-16 08:34:11 +00:00
|
|
|
|
namespace FarmmapsNbs {
|
|
|
|
|
public class Settings {
|
|
|
|
|
public string CropfieldItemCode { get; set; }
|
|
|
|
|
public string SatelliteTaskCode { get; set; }
|
2021-01-28 14:08:32 +00:00
|
|
|
|
public string VanDerSatTaskCode { get; set; }
|
|
|
|
|
public string WatBalTaskCode { get; set; }
|
|
|
|
|
|
2020-12-16 08:34:11 +00:00
|
|
|
|
}
|
|
|
|
|
}
|