mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-04 09:54:16 +02:00
ToString overrides
This commit is contained in:
@ -44,4 +44,6 @@ public class MoveFileOrFolderWorker(string toLocation, string fromLocation, IEnu
|
||||
{
|
||||
File.Move(from.FullName, toLocation);
|
||||
}
|
||||
|
||||
public override string ToString() => $"{base.ToString()} {FromLocation} {ToLocation}";
|
||||
}
|
Reference in New Issue
Block a user