修复winform客户端在线数量显示异常的BUG,v1.6.21
This commit is contained in:
@@ -31,6 +31,7 @@ namespace ClientsLibrary.BasicSupport
|
||||
}
|
||||
|
||||
Location_Y = 0;
|
||||
label2.Text = MyControls.Count.ToString();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -111,7 +112,6 @@ namespace ClientsLibrary.BasicSupport
|
||||
|
||||
if (accounts != null)
|
||||
{
|
||||
label2.Text = accounts.Length.ToString();
|
||||
|
||||
if (accounts.Length > 0 && Width > 20)
|
||||
{
|
||||
@@ -124,6 +124,8 @@ namespace ClientsLibrary.BasicSupport
|
||||
}
|
||||
|
||||
ResumeLayout();
|
||||
|
||||
label2.Text = MyControls.Count.ToString();
|
||||
}
|
||||
|
||||
private int Location_Y = 0;
|
||||
|
||||
@@ -37,7 +37,7 @@ namespace ClientsLibrary
|
||||
/// <summary>
|
||||
/// 本软件的当前版本,用来验证更新的关键依据
|
||||
/// </summary>
|
||||
public static SystemVersion CurrentVersion { get; } = new SystemVersion("1.0.0.171017");
|
||||
public static SystemVersion CurrentVersion { get; } = new SystemVersion("1.0.0.171018");
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace CommonLibrary
|
||||
**************************************************************************/
|
||||
|
||||
|
||||
SoftBasic.FrameworkVersion = new SystemVersion("1.6.20");
|
||||
SoftBasic.FrameworkVersion = new SystemVersion("1.6.21");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user