Exemplo n.º 1
0
 private void btnNemayeshgah_Click(object sender, EventArgs e)
 {
     FrmNemayeshgahMain objNemayeshgah = new FrmNemayeshgahMain();
     objNemayeshgah.Show();
 }
Exemplo n.º 2
0
 private void ToolStripMenuItemMainPage_Click(object sender, EventArgs e)
 {
     FrmNemayeshgahMain objMain = new FrmNemayeshgahMain();
     objMain.Show();
 }