Ejemplo n.º 1
0
        public void Add_Excercise(object sender, RoutedEventArgs e)
        {
            ExcerciseContent = BlockContent.Text.ToString();
            Exercises exc = new Exercises();

            exc.AddRow(ExcerciseContent);
            exc.DBClose();
            this.Close();
        }