12 lines
186 B
C#
12 lines
186 B
C#
namespace Crosstales.Radio.Util
|
|
{
|
|
public static class Context
|
|
{
|
|
public static long TotalDataSize;
|
|
|
|
public static int TotalDataRequests;
|
|
|
|
public static double TotalPlayTime;
|
|
}
|
|
}
|