Exemplo n.º 1
0
 private void adnotacjeGłosoweToolStripMenuItem_Click(object sender, EventArgs e)
 {
     NotatkiGlosowe n = new NotatkiGlosowe();
     n.katalogpacjenta = katalogpacjenta;
     n.Show();
     n.toolStripLabel1.Text = katalogpacjenta;
 }
Exemplo n.º 2
0
 private void button8_Click(object sender, EventArgs e)
 {
     NotatkiGlosowe n = new NotatkiGlosowe();
     n.Show();
 }
Exemplo n.º 3
0
 private void button8_Click(object sender, EventArgs e)
 {
     //MessageBox.Show(katalogpacjenta);
     NotatkiGlosowe n = new NotatkiGlosowe();
     n.katalogpacjenta = katalogpacjenta;
     n.Show();
     n.toolStripLabel1.Text = katalogpacjenta;
 }