Esempio n. 1
0
 public static string Get(string file)
 {
     string bankname = file;
     var geter = new GetFile();
     var sourcefilepath = _server + bankname + ".txt";
     return geter.Get(sourcefilepath, _login, _pass);
 }
Esempio n. 2
0
        public static string Get(string file)
        {
            string bankname       = file;
            var    geter          = new GetFile();
            var    sourcefilepath = _server + bankname + ".txt";

            return(geter.Get(sourcefilepath, _login, _pass));
        }