Exemple #1
0
 private void btnOth_Click(object sender, EventArgs e)
 {
     frmAllQustion faInfo = new frmAllQustion();
     faInfo.Show();
 }
Exemple #2
0
        private void btnOth_Click(object sender, EventArgs e)
        {
            frmAllQustion faInfo = new frmAllQustion();

            faInfo.Show();
        }
Exemple #3
0
        private void btnOth_Click(object sender, EventArgs e)
        {
            frmAllQustion copyIt = new frmAllQustion();

            copyIt.Show();
        }
Exemple #4
0
 private void btnOth_Click(object sender, EventArgs e)
 {
     frmAllQustion copyIt = new frmAllQustion();
     copyIt.Show();
 }