Ejemplo n.º 1
0
 private bool MorfParse(string Query)
 {
     try
     {
         DesiredParameter = null;
         RawInput         = MorfeuszDllWrapper.ParseQuery(Query);
         return(true);
     }
     catch (Exception)
     {
         return(false);
     }
 }