Ok OrgCode...

This commit is contained in:
Samuele E. Locatelli
2019-03-01 12:50:57 +01:00
parent 72009b4db4
commit b75ebfb610
3 changed files with 73 additions and 9 deletions
+10 -8
View File
@@ -296,16 +296,18 @@ namespace TestClient
{
await Task.Run(() =>
{
//MCC = new MConnectClient(txtMConnectID.Text.Trim(), txtClientID.Text.Trim(), param);
//reqStatus = MCC.init();
string orgCode = MCC.organizationCode;
//// sistemo retVal
//saveTokenResp();
synchronizationContext.Post(new SendOrPostCallback(o =>
{
StringBuilder sb = new StringBuilder();
sb.AppendLine("--------------------------------------------------");
sb.AppendLine("ORGANIZATION CODE: " + orgCode);
sb.AppendLine("--------------------------------------------------");
lblConsole.Text = sb.ToString();
//synchronizationContext.Post(new SendOrPostCallback(o =>
//{
// refreshRequestStatus();
//}), "");
refreshRequestStatus();
}), "");
});
}
/// <summary>