コード例 #1
0
ファイル: inicio.cs プロジェクト: Sammy1301/desktop
        private void mantcli_Click(object sender, EventArgs e)
        {
            pacientes p = new pacientes();

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