12 lines
221 B
C#
12 lines
221 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace GMCabsDriverAssistant.Utils
|
|||
|
{
|
|||
|
public class ShareConstant
|
|||
|
{
|
|||
|
public static bool IsInForeground { get; set; } = false;
|
|||
|
}
|
|||
|
}
|