Filesystem: remove project

This commit is contained in:
Jonathan Jenne
2023-09-05 10:37:02 +02:00
parent 70bb33f823
commit 3cb625c921
16 changed files with 0 additions and 1409 deletions

View File

@@ -1,10 +0,0 @@
Public Class FileWatcherProperties
Public Property CreatedAt As DateTime
Public Property ChangedAt As DateTime
Public ReadOnly Property HasChanged As Boolean
Public Sub New()
CreatedAt = DateTime.Now
ChangedAt = Nothing
HasChanged = False
End Sub
End Class