for Push.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KssSmaPlaLib.AutoTest.Core
|
||||
{
|
||||
public static class TestModeUxer
|
||||
{
|
||||
public static bool IsTestMode { get; private set; }
|
||||
|
||||
public static void SetTestMode(bool value)
|
||||
{
|
||||
IsTestMode = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user