예제 #1
0
        void summaryContent_Click(object sender, RoutedEventArgs e)
        {
            //MessageBox.Show("hello");
            AllContentWindow acw = new AllContentWindow(this.fileContent);

            acw.Show();
        }
 void summaryContent_Click(object sender, RoutedEventArgs e)
 {
     //MessageBox.Show("hello");
     AllContentWindow acw = new AllContentWindow(this.fileContent);
     acw.Show();
 }