added settings-file to NBS

master
Sijbrandij 2020-12-16 09:34:11 +01:00
parent ad49bafa07
commit 751b154bb9
1 changed files with 6 additions and 0 deletions

View File

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