public int Initialize(FileSystem ex_filesystem, UdpClient ex_socket, FileTransfering ex_filetransfering, Cryptography ex_cryptography, UDPServer ex_server, Information ex_information, Blocks ex_blocks, bool ex_debug) { filesystem = ex_filesystem; socket = ex_socket; filetransfering = ex_filetransfering; cryptography = ex_cryptography; debug = ex_debug; blocks = ex_blocks; server = ex_server; information = ex_information; //window.WriteLine("class GetLogic: initialized"); return(1); }