예제 #1
0
파일: Form1.cs 프로젝트: LatyninG/Atta2
        private void Opn_Click(object sender, EventArgs e)
        {
            TF tF = new TF(Directory.GetCurrentDirectory() + "/Queue.txt");

            my             = tF.Read();
            textBox1.Lines = my.Printer();
        }