This commit is contained in:
chi
2023-01-04 13:14:43 +09:00
parent 52a2257b9e
commit f5422e9272
10 changed files with 1896 additions and 1182 deletions

View File

@@ -733,8 +733,10 @@ namespace Project
return;
}
var f = new FCM0000.fUserAuth();
f.ShowDialog();
string formkey = "fUserAuth";
if (!ShowForm(formkey))
AddForm(formkey, new FCM0000.fUserAuth());
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)