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