added settings-file to NBS

This commit is contained in:
Sijbrandij 2020-12-16 09:34:11 +01:00
parent ad49bafa07
commit 751b154bb9

View File

@ -0,0 +1,6 @@
namespace FarmmapsNbs {
public class Settings {
public string CropfieldItemCode { get; set; }
public string SatelliteTaskCode { get; set; }
}
}