사용자 로그인 완료하여 테이블 연결 데이터 수정.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user