..
This commit is contained in:
@@ -57,14 +57,14 @@ namespace Project.Dialog
|
||||
{
|
||||
var reel = new Class.Reel(textBox1.Text);
|
||||
PUB.PrinterL.Print(reel, true, AR.SETTING.Data.DrawOutbox);
|
||||
PUB.log.Add("임시프린트L:" + textBox1.Text);
|
||||
PUB.log.Add("Temporary print L:" + textBox1.Text);
|
||||
}
|
||||
|
||||
private void button3_Click(object sender, EventArgs e)
|
||||
{
|
||||
var reel = new Class.Reel(textBox2.Text);
|
||||
PUB.PrinterR.Print(reel, true, AR.SETTING.Data.DrawOutbox);
|
||||
PUB.log.Add("임시프린트R:" + textBox2.Text);
|
||||
PUB.log.Add("Temporary print R:" + textBox2.Text);
|
||||
}
|
||||
|
||||
private void button4_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user