This commit is contained in:
chi
2025-01-08 16:17:34 +09:00
parent caca236bb9
commit 2aca2e9a8c
14 changed files with 721 additions and 64 deletions

View File

@@ -53,11 +53,6 @@ namespace FCM0000
this.bs.EndEdit();
this.ta.Update(this.dsMSSQL1.EETGW_DocuForm);
}
private void toolStripButton1_Click(object sender, EventArgs e)
{
}
dsMSSQL.EETGW_DocuFormRow dr = null;
private void bs_CurrentChanged(object sender, EventArgs e)
@@ -94,5 +89,10 @@ namespace FCM0000
{
}
private void toolStripButton6_Click(object sender, EventArgs e)
{
this.Close();
}
}
}