This commit is contained in:
ChiKyun Kim
2025-09-23 15:41:16 +09:00
parent 02028afc27
commit b037dd53e6
74 changed files with 4269 additions and 7917 deletions

View File

@@ -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)