Пример #1
0
 public TmpElement(int strLen)
 {
     StrLen = strLen;
     Str    = CommonProc.RandomString(strLen);
 }