레이아우슾로토 적용

This commit is contained in:
chi
2021-05-22 14:04:34 +09:00
parent 478896089f
commit e1dce272bb
24 changed files with 1991 additions and 775 deletions

View File

@@ -179,7 +179,7 @@ namespace FCM0000
{
if (search != "" || allowAll == true)
{
var f = new FCM0000.fLovProject(search);
var f = new FCM0000.fLovProject(search,"%");
if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
{
this.tbProject.Text = f.Title;