Example #1
0
 public ReCategory(TokensGen tks,string str)
 {
     m_str = str;
     m_test = tks.m_tokens.GetTest(str);
 }
Example #2
0
 public ReCategory(TokensGen tks, string str)
 {
     this.m_str  = str;
     this.m_test = tks.m_tokens.GetTest(str);
 }