From 5fe1c4eeb5fabb0e540c4d33235da34ae5ae899a Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 16 Oct 2019 19:28:12 +0200 Subject: [PATCH] modo static x copia fiel su network --- SteamWareLib/fileMover.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SteamWareLib/fileMover.cs b/SteamWareLib/fileMover.cs index 2d996d4..6e198be 100644 --- a/SteamWareLib/fileMover.cs +++ b/SteamWareLib/fileMover.cs @@ -644,7 +644,7 @@ namespace SteamWare /// /// /// - public bool copiaFileNetwork(string pathSource, string pathDest, NetworkCredential credentialsSource, NetworkCredential credentialsDest, string fileSource, string fileDest) + public static bool copiaFileNetwork(string pathSource, string pathDest, NetworkCredential credentialsSource, NetworkCredential credentialsDest, string fileSource, string fileDest) { bool fatto = false; logger.lg.scriviLog($"Richiesta trasferimento files: {pathSource}\\{fileSource} --> {pathDest}\\{fileDest}", tipoLog.INFO);