Exemple #1
0
        private void EditButton_Click(object sender, EventArgs e)
        {
            HPS.BLL.LadBillCancelCommentBLL.BLLLadBillCancelComment_TKeys LadBillCancelCommentKey = new HPS.BLL.LadBillCancelCommentBLL.BLLLadBillCancelComment_TKeys();
            LadBillCancelCommentKey.LadBillCancelCommentID_int = (Int32)this.LadBillCancelCommentGridView.CurrentRow.Cells["colLadBillCancelCommentID_int"].Value;
            LadBillCancelCommentEntityForm LadBillCancelComment = new LadBillCancelCommentEntityForm(BaseEntityForm1.enmState.Edit, (DataTable)this.LadBillCancelCommentGridView.DataSource, LadBillCancelCommentKey);

            LadBillCancelComment.ShowDialog();
        }
Exemple #2
0
        private void NewButton_Click(object sender, EventArgs e)
        {
            LadBillCancelCommentEntityForm LadBillCancelComment = new LadBillCancelCommentEntityForm((DataTable)this.LadBillCancelCommentGridView.DataSource);

            LadBillCancelComment.ShowDialog();
        }