|
|
@ -77,10 +77,10 @@ public class CellularNetworkContext : ICellularNetworkContext, IDisposable |
|
|
throw new ObjectDisposedException(nameof(CellularNetworkContext)); |
|
|
throw new ObjectDisposedException(nameof(CellularNetworkContext)); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (_isInitialized) |
|
|
//if (_isInitialized)
|
|
|
{ |
|
|
//{
|
|
|
return; |
|
|
// return;
|
|
|
} |
|
|
//}
|
|
|
|
|
|
|
|
|
if (string.IsNullOrEmpty(neConfigKey)) |
|
|
if (string.IsNullOrEmpty(neConfigKey)) |
|
|
{ |
|
|
{ |
|
|
|