コード例 #1
0
ファイル: LR5 CS (2 part).cs プロジェクト: shmato4ek/OOP
 public Symbols(string _str)
 {
     str1     = new STR(_str);
     this.str = _str;
 }