Exemplo n.º 1
0
 private void guarToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Frm_Find f = new Frm_Find();
     f.heading = "Guarantors Master";
     f.Text = "Guarantors List";
     f.IsDialog = false;
     //f.F =new Frm_Gurantors();
     f.StatementPass = "******";
     f.Show();
 }
Exemplo n.º 2
0
 private void customerListToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Frm_Find F = new Frm_Find();
     F.heading = "Customer Master";
     F.Text = "Customer List";
     F.IsDialog = false;
     //F.F = new Frm_Party();
     F.StatementPass = "******";
     F.Show();
 }