14 lines
195 B
C#
14 lines
195 B
C#
![]() |
|
||
|
namespace system
|
||
|
{
|
||
|
|
||
|
internal static class CompatibilitySwitches
|
||
|
{
|
||
|
|
||
|
// used by System.IO.StreamWriter
|
||
|
public static bool IsAppEarlierThanWindowsPhone8 => false;
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|