Exemplo n.º 1
0
        private void butHistory_Click(object sender, EventArgs e)
        {
            FormHL7Msgs FormS = new FormHL7Msgs();

            FormS.ShowDialog();
            FillGrid1();
            FillGrid2();
        }
Exemplo n.º 2
0
		private void butHistory_Click(object sender,EventArgs e) {
			FormHL7Msgs FormS=new FormHL7Msgs();
			FormS.ShowDialog();
			FillGrid1();
			FillGrid2();
		}