Exemplo n.º 1
0
 private void CancelNewSectionButton_Click(object sender, RoutedEventArgs e)
 {
     NewSectionFlyout.Hide();
     NewSectionTextBox.Text = string.Empty;
 }
Exemplo n.º 2
0
 private void AddNewSectionButton_Click(object sender, RoutedEventArgs e)
 {
     NewSectionFlyout.Hide();
 }