コード例 #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            Form a = new Form9();

            a.Show();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: Quach/AnalizHelperSystem
 private void deleteFactorToolStripMenuItem_Click(object sender, EventArgs e)
 {
     toolStripStatusLabel1.Text = "Deleting Factor...";
     Form9 f9 = new Form9();
     f9.ShowDialog(this);
     dataGridView1_ReadFactors();
     toolStripStatusLabel1.Text = "Working...";
 }
コード例 #3
0
ファイル: Form1_.cs プロジェクト: corpse56/CirculationACC
 private void button17_Click(object sender, EventArgs e)
 {
     if (label25.Text == "")
     {
         MessageBox.Show("������� ����� ��� �������� �������� ��������!");
         return;
     }
     Form9 f9 = new Form9(ReaderRecordFormular,this);
     f9.ShowDialog();
 }