private void MenuItem_Agente_Click(object sender, RoutedEventArgs e) { frmGerenciarAgente telaGerenciarAgente = new frmGerenciarAgente(); telaGerenciarAgente.ShowDialog(); }
private void BtnGerenciarAgentes_Click(object sender, RoutedEventArgs e) { frmGerenciarAgente telaGerenciarAgente = new frmGerenciarAgente(AgenteLogado); telaGerenciarAgente.ShowDialog(); }