Exemple #1
0
        private void Button_Begin_Click(object sender, RoutedEventArgs e)
        {
            SummaryBegin sb = new SummaryBegin();

            Summary_content.Content = sb;
        }
Exemple #2
0
        void content()
        {
            SummaryBegin sb = new SummaryBegin();

            Summary_content.Content = sb;
        }