예제 #1
0
 public void inn(stroki str)
 {
     strarr[count] = str.txt;
     count++;
 }
예제 #2
0
 public text(stroki str)
 {
     strarr[0] = str.txt;
     count++;
 }