Ejemplo n.º 1
0
 private void btn_View_Bond_No_Click(object sender, EventArgs e)
 {
     if (textBox_Year.Text != "")
     {
         Grid_Out_Bond grid_Out_Bond = new Grid_Out_Bond();
         grid_Out_Bond.ShowDialog();
     }
 }
Ejemplo n.º 2
0
 private void btn_View_Bond_No_Click(object sender, EventArgs e)
 {
     if (textBox_Year.Text != string.Empty)
     {
         Grid_Out_Bond.SCR_Out_Bond = true;
         Grid_Out_Bond ss = new Grid_Out_Bond();
         ss.ShowDialog();
         Grid_Out_Bond.SCR_Out_Bond = false;
     }
 }
 private void btn_View_Bond_No_Click(object sender, EventArgs e)
 {
     if (textBox_Year.Text != "")
     {
         Grid_Out_Bond.SCR_FRM_Report_Out_Bond = true;
         Grid_Out_Bond Grid_Out_Bond2 = new Grid_Out_Bond();
         Grid_Out_Bond2.ShowDialog();
         Grid_Out_Bond.SCR_FRM_Report_Out_Bond = false;
     }
 }