project 별도 프로그램으로 분리

This commit is contained in:
chikyun.kim
2018-09-17 15:52:51 +09:00
parent a873717126
commit 650ec72616
27 changed files with 3531 additions and 13288 deletions

View File

@@ -154,7 +154,7 @@ namespace Project
}
void menu_projecT_list()
{
Prj.fProjectList f = new Prj.fProjectList();
var f = new FPJ0000.fProjectList();
f.MdiParent = this;
f.Show();
}