コード例 #1
0
        void loadDataG()
        {
            DocGia dg = new DocGia();

            dataGridView1.DataSource = dg.loadDataG();
        }