Beispiel #1
0
 public void FreeFile()
 {
     if (Path is not null)
     {
         TempFileHandler.FreeFile(Path);
     }
 }
Beispiel #2
0
 public void FreeFile()
 {
     TempFileHandler.FreeFile(Path);
 }