Exemplo n.º 1
0
        private void btnOfficer_Click(object sender, EventArgs e)
        {
            FrmOfficer off = new FrmOfficer();

            off.Visible = true;
            this.Hide();
        }
Exemplo n.º 2
0
        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            FrmOfficer off = new FrmOfficer();

            off.Visible = true;
            this.Hide();
        }