Beispiel #1
0
 private void btnPersonel_Click(object sender, EventArgs e)
 {
     FrmInformationPersonel objPersonel = new FrmInformationPersonel();
     objPersonel.Show();
 }
Beispiel #2
0
 private void ثبتاطلاعاتToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FrmInformationPersonel objInformation = new FrmInformationPersonel();
     objInformation.Show();
 }