적용위치,적용장비,천단위구분기호

This commit is contained in:
chikyun.kim
2018-12-22 20:54:23 +09:00
parent 560f7d78bf
commit 2344760210
19 changed files with 1291 additions and 419 deletions

View File

@@ -490,5 +490,11 @@ namespace Project
Func_Login();
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
FCM0000.fPatchList f = new FCM0000.fPatchList();
f.Show();
}
}
}