Example #1
0
 internal HiApplication(string pattern, string name, Hidistro.Core.Enums.ApplicationType appType)
 {
     this._name    = name.ToLower(CultureInfo.InvariantCulture);
     this._appType = appType;
     this._regex   = new Regex(pattern, RegexOptions.Compiled | RegexOptions.IgnoreCase);
 }
Example #2
0
 internal HiApplication(string pattern, string name, Hidistro.Core.Enums.ApplicationType appType)
 {
     this._name = name.ToLower(CultureInfo.InvariantCulture);
     this._appType = appType;
     this._regex = new Regex(pattern, RegexOptions.Compiled | RegexOptions.IgnoreCase);
 }