Call base() constructor for a bunch of objs

This commit is contained in:
2026-03-30 19:40:15 +09:00
parent a072bff548
commit 8be518e81c
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class ReportFile : ChangeNotifier
private string _notes;
private string _filePath;
public ReportFile()
public ReportFile() : base()
{
_title = "";
_receiptDateTime = DateTime.Now;