Exemplo n.º 1
0
 private void challanInformationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     challan_info challanInfo = new challan_info();
     challanInfo.Show();
 }
Exemplo n.º 2
0
        private void challanInformationToolStripMenuItem_Click(object sender, EventArgs e)
        {
            challan_info challanInfo = new challan_info();

            challanInfo.Show();
        }
Exemplo n.º 3
0
 private void button5_Click(object sender, EventArgs e)
 {
     challan_info chIn = new challan_info();
     chIn.Show();
 }
Exemplo n.º 4
0
        private void button5_Click(object sender, EventArgs e)
        {
            challan_info chIn = new challan_info();

            chIn.Show();
        }