コード例 #1
0
ファイル: FPrincipal.cs プロジェクト: jluisacosta/ICS
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            FReportes repo = new FReportes();

            repo.MdiParent = this;
            repo.Show();
        }
コード例 #2
0
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            FReportes repo = new FReportes();

            repo.MdiParent = this;
            repo.Show();
        }