Documents: fix WinziPrint args
This commit is contained in:
@ -5,6 +5,7 @@ namespace Elwig.Helpers {
|
||||
public sealed class TempFile : IDisposable {
|
||||
private int Usages = 0;
|
||||
public string FilePath { get; private set; }
|
||||
public string FileName => Path.GetFileName(FilePath);
|
||||
|
||||
public TempFile() : this(null) { }
|
||||
|
||||
|
Reference in New Issue
Block a user