web/App_Code/RegexHelper.cs
File was renamed from web/App_Code/com/softwee/smgw/common/RegexHelper.cs @@ -1,10 +1,11 @@ namespace com.softwee.smgw.common { using System; using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text.RegularExpressions; namespace App_Code { public abstract class RegexHelper { protected RegexHelper()