Example #1
0
        private void metroTile2_Click(object sender, EventArgs e)
        {
            var vacancy = new Vacancy();

            vacancy.FormClosed += (s, args) => this.Close();
            vacancy.Show();
            this.Hide();
        }
Example #2
0
        private void metroTile2_Click(object sender, EventArgs e)
        {
            var vacancy = new Vacancy();

            vacancy.Show();
        }