Ejemplo n.º 1
0
        private void LftSSPC_Click(object sender, EventArgs e)
        {
            if (dataMatrix[3, 3] == 1)
            {
                LeftGenForm LeftSSPCForm = new LeftGenForm();
                LeftSSPCForm.StartPosition = FormStartPosition.Manual;

                LeftSSPCForm.Show();
            }
        }
Ejemplo n.º 2
0
        private void LeftGen_Click(object sender, EventArgs e)
        {
            event_sequence(2, false);
            Point       pos;
            LeftGenForm LeftGenForm = new LeftGenForm();

            LeftGenForm.StartPosition = FormStartPosition.Manual;
            pos    = MousePosition;
            pos.X += -50;
            pos.Y += -50;
            LeftGenForm.Show();
        }