コード例 #1
0
ファイル: FrmPrincipal1.cs プロジェクト: wenzler15/TCC-Etec
        private void toolStripButton2_Click_1(object sender, EventArgs e)
        {
            Agendamento o = new Agendamento();

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

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