Esempio n. 1
0
 public SaveClass(Strip str, string[,] pro, string tex)
 {
     this.Lenta = str;
     this.Prog = pro;
     this.Text = tex;
 }
Esempio n. 2
0
 public SaveClass(Strip str, string[,] pro, string tex)
 {
     this.Lenta = str;
     this.Prog  = pro;
     this.Text  = tex;
 }