7 lines
124 B
C#
7 lines
124 B
C#
|
namespace System
|
||
|
{
|
||
|
static class LocalAppContextSwitches
|
||
|
{
|
||
|
public static readonly bool DoNotUseTimeZoneInfo = false;
|
||
|
}
|
||
|
}
|