Call base() constructor for a bunch of objs
This commit is contained in:
@@ -12,7 +12,7 @@ class ReportFile : ChangeNotifier
|
||||
private string _notes;
|
||||
private string _filePath;
|
||||
|
||||
public ReportFile()
|
||||
public ReportFile() : base()
|
||||
{
|
||||
_title = "";
|
||||
_receiptDateTime = DateTime.Now;
|
||||
|
||||
Reference in New Issue
Block a user