Starting
This commit is contained in:
28
CobXmlSupport/S.cs
Normal file
28
CobXmlSupport/S.cs
Normal file
@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CobXmlSupport
|
||||
{
|
||||
public static class S
|
||||
{
|
||||
public static string ettingUserName;
|
||||
public static string ettingCompany;
|
||||
public static bool ettingNoNsRef;
|
||||
public static bool ettingUniqueVars;
|
||||
public static bool ettingUniqueAttrVars;
|
||||
public static bool ettingUnique;
|
||||
public static bool ettingWrap;
|
||||
public static bool ettingValues;
|
||||
public static bool ettingAnaTag;
|
||||
public static string ettingPrefix;
|
||||
public static string ettingExpPrefix;
|
||||
public static string ettingMaxOcc;
|
||||
public static bool ettingCountVars;
|
||||
public static string ettingLogVarName;
|
||||
public static string ettingLogSectName;
|
||||
//-------------------------
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user