Пример #1
0
 private void modifyMetricToolStripMenuItem_Click(object sender, EventArgs e)
 {
     toolStripStatusLabel1.Text = "Modifing Metric...";
     Form17 f17 = new Form17();
     f17.ShowDialog(this);
     dataGridView3_ReadMetrics();
     toolStripStatusLabel1.Text = "Working...";
 }
Пример #2
0
        private void button22_Click(object sender, EventArgs e)
        {
            //������ ����� �� ������
            if (label5.Text != "")
            {
                MessageBox.Show("�������� ��� ���������������! ����������� ������!", "��������", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
                return;
            }
            if (label9.Text == "")
            {
                MessageBox.Show("������� �������� �������� � �����!","��������",MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
                return;
            }

            Form17 f17 = new Form17(this);
            f17.ShowDialog();
        }