Exemple #1
0
        private void grid2_CellDoubleClick(object sender, ODGridClickEventArgs e)
        {
            FormHL7DefEdit FormS = new FormHL7DefEdit();

            FormS.HL7DefCur = ListCustom[e.Row];
            FormS.ShowDialog();
            FillGrid1();
            FillGrid2();
        }
		private void grid2_CellDoubleClick(object sender,ODGridClickEventArgs e) {
			FormHL7DefEdit FormS=new FormHL7DefEdit();
			FormS.HL7DefCur=ListCustom[e.Row];
			FormS.ShowDialog();
			FillGrid1();
			FillGrid2();
		}