=====* unimarc [0.0104] 버전관리 시작 *=====

1. 인쇄 오류 수정
2. DLS복본조사 추가
This commit is contained in:
SeungHo Yang
2021-12-21 17:43:36 +09:00
parent d3ad66cf1f
commit 43625b5e62
91 changed files with 7119 additions and 4951 deletions

View File

@@ -96,12 +96,12 @@ namespace ExcelTest
private void button2_Click(object sender, EventArgs e)
{
string result = "";
string result;
richTextBox1.Text = "";
string mid = "\t--\t";
string Sort = "▼";
string End = "▲\n";
string dlatl = "";
string dlatl;
DataGridView data020 = GridView020;
DataGridView data246 = GridView246;
DataGridView data710 = GridView710;
@@ -116,7 +116,7 @@ namespace ExcelTest
string[] data440a = { "", "", "", "", "", "" };
string[] data490a = { "", "" };
string[] data505a = { "", "", "", "" };
int count = 0, a = 0, b = 0;
int count = 0, a, b;
result = "메모장\n008\t\t200604s20192020ulk b 000a kor ";
result = Create_008(result);