public frmCadastroEndereco(frm_CadastrarVendas frm)
 {
     cadastrarVenda = frm;
     InitializeComponent();
 }
示例#2
0
 private void gerenciarToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Form frm = new frm_CadastrarVendas();
     frm.MdiParent = this;
     frm.Show();
 }