This commit is contained in:
@@ -12,6 +12,14 @@ namespace AyaNovaQBI
|
||||
|
||||
private void auth_Load(object sender, EventArgs e)
|
||||
{
|
||||
//case 3875
|
||||
var version = Environment.OSVersion.Version;
|
||||
if (version < new Version(10, 0))//anything less than windows 10
|
||||
{
|
||||
System.Net.ServicePointManager.SecurityProtocol = (System.Net.SecurityProtocolType)3072;
|
||||
}
|
||||
|
||||
|
||||
edServerUrl.Text = Properties.Settings.Default.serverurl;
|
||||
#if (DEBUG)
|
||||
edUserName.Text = "Accounting";
|
||||
|
||||
Reference in New Issue
Block a user