Exemplo n.º 1
0
        private void InserirB_Click(object sender, RoutedEventArgs e)
        {
            var a = new SimpleTableElementCreate("Entity");

            a.ShowDialog();
            Pesquisar();
        }
Exemplo n.º 2
0
        private void EditarB_Click(object sender, RoutedEventArgs e)
        {
            dynamic item = ResultDG.SelectedItem;
            var     a    = new SimpleTableElementCreate("Entity", item.RegistrationDate);

            a.ShowDialog();
            Pesquisar();
        }