コード例 #1
0
        /// <summary>
        /// Handles the Click event of the button3 control.
        /// </summary>
        /// <param name="sender">The source of the event.</param>
        /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
        /// <remarks></remarks>
        private void button3_Click(object sender, EventArgs e)
        {
            locationType = "Ranipet";
            this.Close();
            Language_Selection_Tamil objLanSel = new Language_Selection_Tamil(locationType);

            objLanSel.Show();
        }
コード例 #2
0
        /// <summary>
        /// Handles the Click event of the button1 control.
        /// </summary>
        /// <param name="sender">The source of the event.</param>
        /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
        /// <remarks></remarks>
        private void button1_Click(object sender, EventArgs e)
        {
            locationType = "Ennore";
            this.Close();
            Language_Selection_Tamil ObjLST = new Language_Selection_Tamil(locationType);

            ObjLST.Show();
        }