Bemérés nézet: pont bemérése, törlése, lista, mentés sqlite-ba, exportálás
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class PointWithDescription {
|
||||
final int Id;
|
||||
final int pointId;
|
||||
final DateTime dateTime;
|
||||
final String description;
|
||||
final double eovX;
|
||||
@@ -10,7 +10,7 @@ class PointWithDescription {
|
||||
final double verticalError;
|
||||
|
||||
PointWithDescription(
|
||||
this.Id,
|
||||
this.pointId,
|
||||
this.dateTime,
|
||||
this.description,
|
||||
this.eovX,
|
||||
|
||||
Reference in New Issue
Block a user