コード例 #1
0
ファイル: Kho.cs プロジェクト: ngocanh411997/BTHTYT_QLThuoc
 private void HienThi()
 {
     dataGridView1.DataSource = Bus.KhoThuoc();
 }