Exemple #1
0
        private void Authentication()
        {
            /* CLIENT PASSWORD DETAIL */
            /* AMIT HEERA: sankash */

            try
            {
                if (module == "ExcelInput3" && txtPasswod.Text == "sankash")
                {
                    FrmInBoardProGetDataZipIndustryLastNameWise obj_FrmInBoardProGetDataZipIndustryLastNameWise = new FrmInBoardProGetDataZipIndustryLastNameWise();
                    obj_FrmInBoardProGetDataZipIndustryLastNameWise.Show();
                    this.Close();
                }
                else
                {
                    MessageBox.Show("Wrong Passwod Please Try Again..");
                    txtPasswod.Text = string.Empty;
                    txtPasswod.Focus();
                }
            }
            catch { }
        }
        private void Authentication()
        {
            /* CLIENT PASSWORD DETAIL */
            /* AMIT HEERA: sankash */

               try
            {
                if (module == "ExcelInput3" && txtPasswod.Text == "sankash")
                {
                    FrmInBoardProGetDataZipIndustryLastNameWise obj_FrmInBoardProGetDataZipIndustryLastNameWise = new FrmInBoardProGetDataZipIndustryLastNameWise();
                    obj_FrmInBoardProGetDataZipIndustryLastNameWise.Show();
                    this.Close();
                }
                else
                {
                    MessageBox.Show("Wrong Passwod Please Try Again..");
                    txtPasswod.Text = string.Empty;
                    txtPasswod.Focus();
                }

            }
            catch { }
        }