사용자 로그인 완료하여 테이블 연결 데이터 수정.

This commit is contained in:
chi
2021-03-25 11:28:08 +09:00
parent 43672fabed
commit 3a667f14b1
22 changed files with 3492 additions and 135 deletions

View File

@@ -1150,5 +1150,11 @@ namespace Project
//var f = new Dialog.fWebView("http://localhost:9000/item/find");
//f.Show();
}
private void accessDBToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new Dialog.AccessDB();
f.ShowDialog();
}
}
}