示例#1
0
        void loadcbb()
        {
            NguoiDung nd = new NguoiDung();

            comboBox1.DataSource = nd.getCbb();
        }