Veranderingen jits, fedde en pepijn. #9

Merged
mark merged 46 commits from :master into master 2021-06-10 08:25:25 +00:00
36 changed files with 660 additions and 350 deletions
Showing only changes of commit 751b154bb9 - Show all commits

View File

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