Example #1
0
        private void CommentDetailStaff_Load(object sender, EventArgs e)
        {
            CommentDetailModel cmtdm    = new CommentDetailModel();
            ArrayList          cmtdList = cmtdm.GetAllDataToArrayList();

            commentDetailBindingSource.DataSource = cmtdList;
            gcCmtDetail.DataSource = commentDetailBindingSource;
        }