Ejemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            Горячее_блюдо fm = new Горячее_блюдо();

            new Point(Screen.PrimaryScreen.Bounds.X,
                      Screen.PrimaryScreen.Bounds.Y);
            fm.Show();
        }
Ejemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            Горячее_блюдо fm = new Горячее_блюдо();

            fm.Location = new Point(0, 0);

            fm.Show();
        }
Ejemplo n.º 3
0
        private void button2_Click(object sender, EventArgs e)
        {
            Горячее_блюдо fm = new Горячее_блюдо();

            fm.Show();
        }