コード例 #1
0
        private void строкиАктовToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form_Act_Lines fal = new Form_Act_Lines();

            fal.Show();
        }
コード例 #2
0
ファイル: Form_Menu.cs プロジェクト: kirkhal0909/College_time
        private void button_Act_Lines_Click(object sender, EventArgs e)
        {
            Form_Act_Lines fal = new Form_Act_Lines();

            fal.ShowDialog();
        }