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