コード例 #1
0
ファイル: SaveClass.cs プロジェクト: swoopyy/Turing-to-post
 public SaveClass(Strip str, string[,] pro, string tex)
 {
     this.Lenta = str;
     this.Prog = pro;
     this.Text = tex;
 }
コード例 #2
0
 public SaveClass(Strip str, string[,] pro, string tex)
 {
     this.Lenta = str;
     this.Prog  = pro;
     this.Text  = tex;
 }