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