예제 #1
0
파일: Form8.cs 프로젝트: kstawiski/neurexam
 private void adnotacjeGłosoweToolStripMenuItem_Click(object sender, EventArgs e)
 {
     NotatkiGlosowe n = new NotatkiGlosowe();
     n.katalogpacjenta = katalogpacjenta;
     n.Show();
     n.toolStripLabel1.Text = katalogpacjenta;
 }
예제 #2
0
파일: Form1.cs 프로젝트: kstawiski/neurexam
 private void button8_Click(object sender, EventArgs e)
 {
     NotatkiGlosowe n = new NotatkiGlosowe();
     n.Show();
 }
예제 #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;
 }