netoffice,

This commit is contained in:
chi
2023-12-06 11:26:23 +09:00
parent 69495927b9
commit 8c08587996
31 changed files with 172 additions and 311 deletions

View File

@@ -51,7 +51,7 @@ namespace FCM0000.Item
this.Location = new Point(0, 0);
}
this.Show();
Application.DoEvents();
//Application.DoEvents();
if (tbSid.Text.isEmpty()) tbSid.Focus();
else tbName.Focus();