private void generatestxTemplate() { string tempstring = PrintTemplate.GenerateSTX(this.txtprint.Text, this.txtcop1.Text, this.txtpart1.Text, this.txtqty1.Text, this.txtlot1.Text, this.txtasl.Text, this.txtven1.Text, this.txttrace1.Text, this.txtdcode.Text); Console.WriteLine(tempstring); uploadTemplateFile(tempstring); }
private void generate3plTemplate() { string tempstring = PrintTemplate.Generate3PL(this.txtprint.Text, this.txtcop.Text, this.txtpo.Text, this.txtdo.Text, this.txtpn.Text, this.txtqty.Text, this.txttrace.Text, this.txtgts.Text, this.txtcoo.Text); Console.WriteLine(tempstring); uploadTemplateFile(tempstring); }