예제 #1
0
 public bool IsPhrase(string pharse)
 {
     if (CurrentText.IndexOf(pharse) > 0)
     {
         return(true);
     }
     return(false);
 }