private void Button_Begin_Click(object sender, RoutedEventArgs e) { SummaryBegin sb = new SummaryBegin(); Summary_content.Content = sb; }
void content() { SummaryBegin sb = new SummaryBegin(); Summary_content.Content = sb; }