Renamed property.
This commit is contained in:
parent
9e15fde2e3
commit
da68ddc9b8
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ namespace AaxDecrypter
|
|||
{
|
||||
|
||||
/// <summary>Alias for Target </summary>
|
||||
public NetworkFileStream Identity => Target;
|
||||
public NetworkFileStream NetworkFileStream => Target;
|
||||
|
||||
/// <summary>uses path. create file if doesn't yet exist</summary>
|
||||
public NetworkFileStreamPersister(NetworkFileStream networkFileStream, string path, string jsonPath = null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue