catch (Exception ex)\\error
{
clsLogs.LogError("Error: " + ex.Message + this.Name + " || ImportData");
result = false;
}
;Cross-thread operation not valid: Control 'cmbDeviceName' accessed from a thread other than the thread it was created on