コード例 #1
0
ファイル: MainForm.cs プロジェクト: Teodor92/University
 private void articlesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     var articles = new Articles();
     articles.Show();
 }
コード例 #2
0
        private void articlesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var articles = new Articles();

            articles.Show();
        }