代码整理重构,修复个人文件下载失败的BUG,发布版本1.4.0
This commit is contained in:
@@ -57,10 +57,10 @@ namespace 软件系统客户端Wpf.Views
|
||||
}
|
||||
|
||||
using (FormSimplyFileUpload upload = new FormSimplyFileUpload(
|
||||
CommonHeadCode.KeyToken,
|
||||
CommonLibrary.CommonProtocol.KeyToken,
|
||||
UserClient.LogNet,
|
||||
UserClient.ServerIp,
|
||||
CommonLibrary.CommonLibrary.Port_Share_File,
|
||||
CommonLibrary.CommonProtocol.Port_Share_File,
|
||||
UserClient.UserAccount.UserName))
|
||||
{
|
||||
upload.ShowDialog();
|
||||
|
||||
@@ -32,9 +32,9 @@ namespace 软件系统客户端Wpf.Views
|
||||
|
||||
fileClient = new SimpleFileClient()
|
||||
{
|
||||
KeyToken = CommonLibrary.CommonHeadCode.KeyToken,
|
||||
KeyToken = CommonLibrary.CommonProtocol.KeyToken,
|
||||
LogNet = UserClient.LogNet,
|
||||
ServerIpEndPoint =new IPEndPoint(IPAddress.Parse(UserClient.ServerIp),CommonLibrary.CommonLibrary.Port_Advanced_File_Server)
|
||||
ServerIpEndPoint =new IPEndPoint(IPAddress.Parse(UserClient.ServerIp),CommonLibrary.CommonProtocol.Port_Advanced_File_Server)
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user