Пример #1
0
 public bool IsClient(string pseudo)
 {
     return(m_clientSQL.IsClient("'" + pseudo + "'"));
 }