Exemplo n.º 1
0
        private void WelcomeStartButton_Click(object sender, EventArgs e)
        {
            SetupPage setup = new SetupPage();

            setup.Show();
            setup.SetDesktopLocation(this.Bounds.X, this.Bounds.Y);

            this.Hide();
        }
Exemplo n.º 2
0
        private void ReturnButton_Click(object sender, EventArgs e)
        {
            Taskbar.Show();
            SetupPage setup = new SetupPage();

            setup.Show();
            setup.SetDesktopLocation(this.Bounds.X, this.Bounds.Y);

            this.Hide();
        }
Exemplo n.º 3
0
        private void SetupButton_Click(object sender, EventArgs e)
        {
            SetupPage setup = new SetupPage();

            setup.Show();
            setup.SetDesktopLocation(this.Bounds.X, this.Bounds.Y);

            BreakTimer.Stop();
            this.Hide();
        }