Пример #1
0
        private void quaver(int n, string s)
        {
            CommonLogs.CommonLog re = new CommonLogs.CommonLog(@"D:\workFolder\Test\quaver.log", "quaver");

            re.log("== " + n + " [" + s + "]" + Regex.IsMatch(s, "\u266a") + " / " +
                   (!String.IsNullOrWhiteSpace(s) && Regex.IsMatch(s, "[^'\u266a']")));
            //re.log("     [" + s + "]" + Regex.IsMatch(s, "[\u266a, \u1d160]"));
        }
Пример #2
0
 public TLanguage()
 {
     this.re = new CommonLogs.CommonLog(@"D:\workFolder\Santex\san.log", "");
 }