Пример #1
0
 public string osDrawText(string drawList, string text)
 {
     return(m_OSSL_Functions.osDrawText(drawList, text));
 }