private void AddSection() { AddSectionWindow sec = new AddSectionWindow(this); sec.Show(); }
private void editBtn_Click(object sender, RoutedEventArgs e) { AddSectionWindow addSection = new AddSectionWindow(exp, user, profile); addSection.Show(); }