コード例 #1
0
        /// <summary>
        /// Handles the Click event of the btnLogout 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 btnLogout_Click(object sender, EventArgs e)
        {
            this.Close();
            Welcome_Screen ObjWS = new Welcome_Screen();

            ObjWS.Show();
        }
コード例 #2
0
        /// <summary>
        /// Handles the LinkClicked event of the ll_Logout control.
        /// </summary>
        /// <param name="sender">The source of the event.</param>
        /// <param name="e">The <see cref="System.Windows.Forms.LinkLabelLinkClickedEventArgs"/> instance containing the event data.</param>
        /// <remarks></remarks>
        private void ll_Logout_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            this.Close();
            Welcome_Screen ObjWS = new Welcome_Screen();

            ObjWS.Show(); // Redirecting to Welcome Screen form
        }
コード例 #3
0
        /// <summary>
        /// Handles the Load event of the Loan_Statement 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>


        /// <summary>
        /// Handles the Click event of the btnLogout 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 btnLogout_Click(object sender, EventArgs e)
        {
            this.Close();
            Welcome_Screen ws = new Welcome_Screen(); // //redirecting to welcome screen form

            ws.Show();
        }
コード例 #4
0
        /// <summary>
        /// Handles the Click event of the btnExit 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 btnExit_Click(object sender, EventArgs e)
        {
            this.Close();
            Welcome_Screen ObjWC = new Welcome_Screen(); // redirecting to Member Account

            ObjWS.Show();
        }
コード例 #5
0
        /// <summary>
        /// Handles the 1 event of the button1_Click 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_1(object sender, EventArgs e)
        {
            this.Close();
            Welcome_Screen ObjWs = new Welcome_Screen();

            ObjWs.Show();
        }